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:
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
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
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
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
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
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
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 "
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