Re: [gdal-dev] GTiff split to smaller tiles, GDALTranslateOptions: Unknown option name -srcwin

2018-11-05 Thread Markus Neteler
Am Mo., 5. Nov. 2018, 23:25 hat jratike80 < jukka.rahko...@maanmittauslaitos.fi> geschrieben: > Carsten L wrote > ... > > > > Or is there another way to split huge geotiff files to smaller tiles > (e.g. > > 5000 x 5000 pixel), without using python? You can do that easily with GRASS GIS, using

Re: [gdal-dev] GTiff split to smaller tiles, GDALTranslateOptions: Unknown option name -srcwin

2018-11-05 Thread jratike80
Carsten L wrote > Hi, > > i created an issue on github for my problem / question, but maybe it is > better to write it here to you. > > https://github.com/OSGeo/gdal/issues/1066 > I think, there is a good description for my problem. > Is it a bug or am I doing something wrong? > > Or is there an

Re: [gdal-dev] Introduction to the python API

2018-11-05 Thread Thomas Juntunen
This resource was linked to very recently on this mailing list. I've found it quite informative: https://github.com/OSGeo/gdal/tree/master/gdal/swig/python/samples Thomas On Mon, Nov 5, 2018 at 11:22 AM, Nicolas Cadieux < nicolas.cadi...@archeotec.ca> wrote: > Hi, > > I am a self-taught python p

[gdal-dev] Introduction to the python API

2018-11-05 Thread Nicolas Cadieux
Hi, I am a self-taught python programmer trying to get a handle on the latest Python GDAL api.  I use the Cookbook (https://pcjericks.github.io/py-gdalogr-cookbook/index.html) but I am not sure it's up to date (version 1x???).  What books, sites or cookbooks do you recommend that would help m