Last active
August 29, 2015 14:08
-
-
Save smellman/28a09b9ec75dbf4a345e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ogr2ogr.exe -s_srs "+proj=latlong +datum=WGS84 +axis=neu +wktext" -t_srs "+proj=latlong +datum=WGS84 +axis=enu +wktext" -f "ESRI Shapefile" new_shape_file gml_file | |
gdalbuildvrt.exe --config GDAL_CACHEMAX 2048 el_lka.vrt el\globalm\area\raster\el*.bil | |
gdal_translate.exe -a_srs EPSG:4326 --config GDAL_CACHEMAX 2048 el_lka.vrt el_lka.tif | |
gdal2tiles -r near -e -v -z 0-11 raster\el_lka.tif tms\el_lka | |
tms2xyz tms\el_lka tiles\el_lka |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment