[gdal-dev] Extended tab/mrr driver questions

2019-12-09 Thread Nyall Dawson
Hi list, I just read this comment on the Pitney Bowes pull request regarding extended tab/mrr support: "After discussing with the GDAL PSC, we will be splitting this into two separate PRs for the two drivers. We will also be following the plugin model for both EFAL and MRR format driver." (https:

Re: [gdal-dev] Motion: adopt RFC 76 OGR Python drivers

2019-12-09 Thread Marco
Even, xxx/gdal/gdal docker run --rm -v /home:/home osgeo/gdal:ubuntu-full-latest ogrinfo --config GDAL_PYTHON_DRIVER_PATH $PWD/examples/pydrivers --format CityJSON works. Sorry for the noise ... MArco On 09-12-19 18:35, Marco wrote: Even, Thanks but ... /gdal$ docker run --rm -v /hom

Re: [gdal-dev] Motion: adopt RFC 76 OGR Python drivers

2019-12-09 Thread Marco
Even, Thanks but ... /gdal$ docker run --rm -v /home:/home osgeo/gdal:ubuntu-full-latest ogrinfo --config GDAL_PYTHON_DRIVER_PATH $PWD/examples/pydrivers --format CityJSON ERROR 1: --format option given with format 'CityJSON', but that format not recognised.  Use the --formats option to g

Re: [gdal-dev] Motion: adopt RFC 76 OGR Python drivers

2019-12-09 Thread Even Rouault
Marco, > I used the Dockerfile from > https://github.com/OSGeo/gdal/tree/master/gdal/docker/ubuntu-full > to build a container from master. I copied in all example drivers and an > example cityjson file. > > In this I ran the autotest pytest -vvs ogr/ succesfully. > > However, trying to use the dr

Re: [gdal-dev] Motion: adopt RFC 76 OGR Python drivers

2019-12-09 Thread deduikertjes
RFC76 implementation is now available in master Even -- I used the Dockerfile from https://github.com/OSGeo/gdal/tree/master/gdal/docker/ubuntu-full to build a container from master. I copied in all example drivers and an example cityjson file. In this I ran the autotest pytest -vvs ogr/ succe

Re: [gdal-dev] Regarding geometry layer creation options

2019-12-09 Thread jratike80
Hi, The example does not really use any database. It is utilising SQLite and a Spatialite function but it happens through a virtual table system in the background. You do not need to install anything extra. Did you try the command? -Jukka- Ravi Teja Krishna Wuyyuru wrote > Hi, > > Thanks for y

Re: [gdal-dev] Regarding geometry layer creation options

2019-12-09 Thread Wuyyuru Ravi Teja Krishna
Hi, Thanks for your reply. But we would like to use it without using databases. can the same result be obtained without using any databases? Thanks On Mon, 09 Dec 2019 13:32:00 +0530 Wuyyuru Ravi Teja Krishna wrote Hello Gdal team, Iam using ogr2ogr tool for .shp or .geo

Re: [gdal-dev] Regarding geometry layer creation options

2019-12-09 Thread jratike80
Hi, Have you tried with the syntax that is used in an example in the CSV documentation https://gdal.org/drivers/vector/csv.html? "This example shows using ogr2ogr to transform a shapefile into a .csv file with geography field formatted using GeoJSON format." ogr2ogr -f CSV -dialect sqlite -sql "

[gdal-dev] Regarding geometry layer creation options

2019-12-09 Thread Wuyyuru Ravi Teja Krishna
Hello Gdal team, Iam using ogr2ogr tool for .shp or .geojson. or .kml to .csv conversion. But i want the Geometry to be as collections as show below. ( On giving GEOMETRY=AS_WKT iam getting in a normal format is there any option to get in the format i need ) format I need : { "type": "Poly