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] OGR drivers written in Python

2018-11-12 Thread deduikertjes
Even, I think your 'toy' is a real gem which deserves to live (if only as something flagged 'experimental'). AFAIK this would be the only option for GDAL users to extend GDAL on run time. Confining this technique to run time only extensions IMHO addresses the main concerns in the discussion. Ma

Re: [gdal-dev] OGR drivers written in Python

2018-11-12 Thread deduikertjes
I'd love to have the possibility to add drivers to GDAl using Python. Use case for me is all those services/ datasets containing useful geo data but adhere to no standard. Being able to create a driver quickly to get it in QGIS or an ETL proces is really useful. Did this proposal ever make it to