I'm calling gdal_translate from the windows command line. My objective is to obtain a large geotiff, of a predefined region, from a Tiled Map Service (TMS) hosted at the University of Wisconsin.
When I run the following, I get a world map. My desire is to get an area of the Atlantic ocean off of the US east coast. (see example)
My GDAL_Translate command is:
C:\Program Files (x86)\GDAL>gdal_translate -of GTiff -outsize 2000 2300 D:\gdal_example\ssec.xml D:\gdal_example\ssec.tifMy SSEC.xml is:
http://realearth.ssec.wisc.edu/proxy/image.php?products=GLOBALnpptc&x={x}&y={y}&z={z}&time=2015-10-01%2012:00:00&debug=false-3294.54 589.29 3583.25 5267.52 2011topEPSG:90091325625635Desired output should resemble:
Appreciate any pointers or advice on how to go about this.Thanks,
أكثر...
When I run the following, I get a world map. My desire is to get an area of the Atlantic ocean off of the US east coast. (see example)
My GDAL_Translate command is:
C:\Program Files (x86)\GDAL>gdal_translate -of GTiff -outsize 2000 2300 D:\gdal_example\ssec.xml D:\gdal_example\ssec.tifMy SSEC.xml is:
http://realearth.ssec.wisc.edu/proxy/image.php?products=GLOBALnpptc&x={x}&y={y}&z={z}&time=2015-10-01%2012:00:00&debug=false-3294.54 589.29 3583.25 5267.52 2011topEPSG:90091325625635Desired output should resemble:

Appreciate any pointers or advice on how to go about this.Thanks,
أكثر...