Hi everyone!
I am using GMT 6.1.1 in order to plot some geological faults that I have on shp format. I manage to plot the DEM and the other data I have but not the fault traces.
I’m quite new to GMT, so I tried the solutions that I found in other topics in the forum but anything seems to work.
I attach my code without the part were I tried to plot the faults, my .shp and my DEM.
Shapefiles are not natively readable by GMT. Do you have GDAL installed on your system? If yes, you can use GDAL’s ogr2ogr to convert it into something GMT can read. Try
Yes, there is a “problem” in the file. The coordinates of the faults (planars, UTM?) are outside your map. Try to convert the file to geographic coordinates. I could be done with GMT but I am not sure how. Could you save the shp in geographic coordinates with QGis?