Tagged Questions
1
vote
0answers
43 views
How can I fix badly specified geographic coordinate system with units in arc-seconds?
Check out this depth-to-rock soil data. It is linked from here. The spatial reference system is a latlon, but the units are arcseconds. I could not reason out how to override the SRS even after ...
2
votes
1answer
144 views
How do I solve a “No PROJ.4 translation” error with gdal?
I've installed gdal using the brew utility on OS X so the proj and geos dependencies were also installed. I'm now trying to warp a GeoTIFF so that I can import it into Google Earth. I am getting a ...
10
votes
2answers
251 views
How to reproject raster from 0 360 to -180 180 with cutting 180 meridian
I have a geotiff raster image that has a coordinate system with longtitudes from 0 to 360.
The horizontal center of the image is 180 longtitude. See image below:
I want to transform it to EPSG:4326 ...