[gdal-dev] [Docs] Propose localization of gdal documentation

2020-10-18 Thread miura@linux
Hi I'd like to propose to move gdal doc to be i18n-ed. Now documentations are compiled with sphinx, and sphinx has a good i18n/l10n facility, and it is very easy.. If you are welcome for the move, I'd like to propose some updates for gdal github project. * How to i18n-ed sphinx documentation.

[gdal-dev] MVT Driver, Tiling Scheme NZTM

2020-10-18 Thread Ian Reese
I am creating a custom tiling scheme for NZTM, using the MVT driver, and outputting to a directory. ogr2ogr -progress -f MVT wellyDEM_50mContour_nztm_simp ../wellyDEM_contour_50m_simp.shp -dsco MINZOOM=0 -dsco MAXZOOM=8 -dsco COMPRESS=NO -dsco TILING_SCHEME=EPSG:2193,-100,1000,2293760 In