Skip to content

Instantly share code, notes, and snippets.

@smellman
Last active August 29, 2015 14:08
Show Gist options
  • Save smellman/28a09b9ec75dbf4a345e to your computer and use it in GitHub Desktop.
Save smellman/28a09b9ec75dbf4a345e to your computer and use it in GitHub Desktop.
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