2
votes
2answers
104 views

Coordinate system of a raster file to be introduced for transformation

I am working on raster data using GDAL. When I extract coordinate system information of the files I got this: PROJCS["Geostationary_Satellite", GEOGCS["GCS_Unknown datum based upon the custom ...
5
votes
1answer
417 views

How to reproject a raster file in QGIS with datum transformation?

I want to reproject a tiff raster file from projection A (ETRS89/UTM Zone 32) to projection B (DHDN/Gauss-Kruger zone 2). The two projections have a different datum so I have to use a datum ...
3
votes
1answer
336 views

PostGIS 2.0 ST_Transform with Rasters cannot find custom SRID

I'm trying to calculate an average value in a buffer around a point. Given a raster in EPSG 4326 and a similar point, this is fine, except that the values will be skewed as they are not projected in ...
2
votes
2answers
551 views

How to convert from GeoTIFF to PNG/JPG and Web Mercator in Java?

I'd like to convert raster image from (geo)tiff to an png/jpg and afterwards if it is necessary ... I'd like to convert the coordinates with help of EPSG-Codes to the OSM/Google Projection(EPSG: ...
1
vote
0answers
133 views

Can I overlay layers in Dealul Piscului 1970 and WGS84 in QGIS?

I have a 10 Gb ECW file (mosaic of a whole county) that is in Oblique Stereographic projection with Datum: Dealul Piscului 1970. The problem was that no matter the Default CRS for new project was, ...