Tagged Questions
2
votes
2answers
103 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 ...
2
votes
1answer
197 views
Coordinate system of a MODIS file to be introduced in GDAL for transformation
I am working on MODIS data using GDAL. When I extract coordinate system information of the files I got this:
Coordinate System is:
PROJCS["unnamed",
GEOGCS["Unknown datum based upon the custom ...
0
votes
2answers
89 views
How to apply v.transform on a set of vector layers (GRASS 6.4)?
I have 64 vector layers, all of them must be warped using the v.transform module; the pointsfile is the same for all vectors.
How can I apply the transformation recursively to all layers?
I'm not ...