Re: [gdal-dev] Problem building GDAL with Teigha ODA libraries

2020-05-14 Thread Paulo Dias Almeida
Thank you Even, I will follow your advice and report progress. Regards, Paulo Às 10:28 de 14/05/20, Even Rouault escreveu: Paulo, > I was wondering if you could help with a problem I encountered when > building GDAL with the Open Design Alliance Libraries (ODA >= 2021) on > Linux. Linkin

Re: [gdal-dev] Gdal python - gpkg driver creation options

2020-05-14 Thread Even Rouault
Camila, > Issues I found: > 1) I'm using the option "Tile format = PNG" because I found this option to > be more effective to compress the final output files, I'm working with > about 6000 outputs / Is that actual right, or there is another way to have > tiff files compressed effectively with outp

Re: [gdal-dev] Gdal python - gpkg driver creation options

2020-05-14 Thread Camila
Sorry gdal python version 3.0.2 (not 3.6.0 my mistake) Em qui., 14 de mai. de 2020 às 10:31, Camila escreveu: > Hi > This is my first time using the mailing list, I apologize if this question > is out of place. > I am using python 3.6, with gdal python api version 3.6.0 > > I am working with pcr

[gdal-dev] Gdal python - gpkg driver creation options

2020-05-14 Thread Camila
Hi This is my first time using the mailing list, I apologize if this question is out of place. I am using python 3.6, with gdal python api version 3.6.0 I am working with pcraster framework, and need to store the resulting simulation files in a geopackage. I found the best way to do this is by con

Re: [gdal-dev] Problem building GDAL with Teigha ODA libraries

2020-05-14 Thread Even Rouault
Paulo, > I was wondering if you could help with a problem I encountered when > building GDAL with the Open Design Alliance Libraries (ODA >= 2021) on > Linux. Linking against ODA libs is always a pain. What I did to get Windows build working is to grep for symbols names in the .lib to find whic

[gdal-dev] Problem building GDAL with Teigha ODA libraries

2020-05-14 Thread Paulo Dias Almeida
Hello, I was wondering if you could help with a problem I encountered when building GDAL with the Open Design Alliance Libraries (ODA >= 2021) on Linux. I've been trying to build GDAL with ODA version 2021.2 based on the changes made to build on Windows in the following commit

[gdal-dev] Gettin' started: WMTS -> gdal2tiles

2020-05-14 Thread Dan Jacobson
I have got this far: $ wget https://maps.nlsc.gov.tw/OpenData/wmts $ gdalinfo wmts I want to use $ gdal2tiles on one of its layers, for a few km. wide rectangle, for offline browsing. So I need to somehow save the tiles from WMTS, and then feed them into gdal2tiles. Yes I read https://gdal.org/d

Re: [gdal-dev] Appending to a single feature class in a gdb via ogr2ogr

2020-05-14 Thread jratike80
Hi, I do not program, but what if something unexpedted happens in your loop and "i == 0:" is always true? Forget your code for a while and gather more information with complete ogr2ogr commands like Even did. But I am remembering that this has been asked before on gis.stackexchange and the code wo