|
Re: Version 1.9.1 does not support writing to FileGDB
#help
Hi Sean,
Thank you! That clears things up.
Regards,
Tom Bernstein
Connectivity Visualisation Analyst, WofG Connectivity Implementation
Strategy & Innovation
NSW Telco Authority |
Hi Sean,
Thank you! That clears things up.
Regards,
Tom Bernstein
Connectivity Visualisation Analyst, WofG Connectivity Implementation
Strategy & Innovation
NSW Telco Authority |
|
By
Tom Bernstein
·
#150
·
|
|
Re: Version 1.9.1 does not support writing to FileGDB
#help
Hi,
The fiona wheels in the Python Package index, the ones you would get with pip, don't include optional extra drivers in order to keep the size small. So, they support FileGDB read, but not
Hi,
The fiona wheels in the Python Package index, the ones you would get with pip, don't include optional extra drivers in order to keep the size small. So, they support FileGDB read, but not
|
By
Sean Gillies
·
#149
·
|
|
Version 1.9.1 does not support writing to FileGDB
#help
Hi all,
I am relatively new to using Geopandas/Fiona etc so apologies if this has been answered elsewhere.
I am trying to write a Geopandas GDB into a File Geodatabase, however, it seems that the
Hi all,
I am relatively new to using Geopandas/Fiona etc so apologies if this has been answered elsewhere.
I am trying to write a Geopandas GDB into a File Geodatabase, however, it seems that the
|
By
Tom Bernstein
·
#148
·
|
|
Re: can't use OGR_GEOM_AREA
Hi Antoine,
After thinking more about this, I don't think Fiona can help.
Fiona's "where" is backed up by OGR_L_SetAttributeFilter and that method doesn't support different dialects
Hi Antoine,
After thinking more about this, I don't think Fiona can help.
Fiona's "where" is backed up by OGR_L_SetAttributeFilter and that method doesn't support different dialects
|
By
Sean Gillies
·
#147
·
|
|
Re: can't use OGR_GEOM_AREA
Hi Antoine,
I've confirmed this using Fiona's coutwildrnp.gpkg file. However, the where filter with OGR_GEOM_AREA works for the coutwildrnp.shp file. I'm using GDAL 3.5.3.
I believe that this is
Hi Antoine,
I've confirmed this using Fiona's coutwildrnp.gpkg file. However, the where filter with OGR_GEOM_AREA works for the coutwildrnp.shp file. I'm using GDAL 3.5.3.
I believe that this is
|
By
Sean Gillies
·
#146
·
|
|
can't use OGR_GEOM_AREA
Hi all,
I am working on a project requiring that I compute the area of MULTIPOLYGONZ geometry of a large GeoPackage file.
For now I am using a simple filter + lambda function and iterate over all
Hi all,
I am working on a project requiring that I compute the area of MULTIPOLYGONZ geometry of a large GeoPackage file.
For now I am using a simple filter + lambda function and iterate over all
|
By
antoineaperso@...
·
#145
·
|
|
Re: How to import GDAL embedded in new Fiona wheels
@Sean Gillies: sure, I made the wrong assumption. Nonetheless, you can't help to jump to conclusions when you see that info in the release on pypi, that you're 100% python coder and that GDAL is also
@Sean Gillies: sure, I made the wrong assumption. Nonetheless, you can't help to jump to conclusions when you see that info in the release on pypi, that you're 100% python coder and that GDAL is also
|
By
@tgrandje
·
#144
·
|
|
Re: How to import GDAL embedded in new Fiona wheels
That indeed seems outdated (there are now wheels for Windows as well),
so it would be good to raise an issue about that.
No, the APIs of Fiona or gdal python bindings are completely
different, so
That indeed seems outdated (there are now wheels for Windows as well),
so it would be good to raise an issue about that.
No, the APIs of Fiona or gdal python bindings are completely
different, so
|
By
Joris Van den Bossche
·
#143
·
|
|
Re: How to import GDAL embedded in new Fiona wheels
Hi,
Correct. Fiona's wheels contain a GDAL shared library (libgdal.dll or .so or .dylib) and its own library dependencies (libproj, etc). By GDAL, we mean the C library. I don't think this is
Hi,
Correct. Fiona's wheels contain a GDAL shared library (libgdal.dll or .so or .dylib) and its own library dependencies (libproj, etc). By GDAL, we mean the C library. I don't think this is
|
By
Sean Gillies
·
#142
·
|
|
Re: How to import GDAL embedded in new Fiona wheels
I'm gratefull for the comments, though I'm still lost.
It does not help that Fiona's homepage (on pypi) seems out of date (for instance, last test I did on windows, everything went fine with only a
I'm gratefull for the comments, though I'm still lost.
It does not help that Fiona's homepage (on pypi) seems out of date (for instance, last test I did on windows, everything went fine with only a
|
By
@tgrandje
·
#141
·
|
|
Re: How to import GDAL embedded in new Fiona wheels
If you want to have both Fiona and the GDAL python bindings installed,
you cannot do that using pip with binary wheels. Possible solution are
to installing those packages from source (building them
If you want to have both Fiona and the GDAL python bindings installed,
you cannot do that using pip with binary wheels. Possible solution are
to installing those packages from source (building them
|
By
Joris Van den Bossche
·
#140
·
|
|
Re: How to import GDAL embedded in new Fiona wheels
Thanks.
So when Fiona's release states that 1.9a3 wheels "include GDAL 3.5.2, PROJ 9.0.1, and GEOS 3.11.0", what do they really include? The C++ core of GDAL?
I mean if I have to reinstall the GDAL
Thanks.
So when Fiona's release states that 1.9a3 wheels "include GDAL 3.5.2, PROJ 9.0.1, and GEOS 3.11.0", what do they really include? The C++ core of GDAL?
I mean if I have to reinstall the GDAL
|
By
@tgrandje
·
#139
·
|
|
Re: How to import GDAL embedded in new Fiona wheels
The Fiona wheels do not include the GDAL Python bindings (which you try to import with "from osgeo import gdal").
If you need the GDAL Python bindings you will find information on how to install them
The Fiona wheels do not include the GDAL Python bindings (which you try to import with "from osgeo import gdal").
If you need the GDAL Python bindings you will find information on how to install them
|
By
René Buffat
·
#138
·
|
|
How to import GDAL embedded in new Fiona wheels
Hello
(First message on groups.io here: I hope I'm following locale rules, if not, don't hesitate to correct me !)
Since october 2022, Fiona's wheels include GDAL (according to the releases
Hello
(First message on groups.io here: I hope I'm following locale rules, if not, don't hesitate to correct me !)
Since october 2022, Fiona's wheels include GDAL (according to the releases
|
By
@tgrandje
·
#137
·
|
|
Re: Is Fiona just a neat and nimble (and Pythonic) wrapper for GDAL, or does it contain non GDAL-functionality?
Hi,
Thanks for your questions!
The latter. All data format details, geometry operations, cartographic transformations are performed by GDAL functions. But Fiona has its own C extension code, too.
Hi,
Thanks for your questions!
The latter. All data format details, geometry operations, cartographic transformations are performed by GDAL functions. But Fiona has its own C extension code, too.
|
By
Sean Gillies
·
#136
·
|
|
Re: Does fio (Fiona CLI) work with a WKT string?
Hi Mads,
I'm sorry to report that the fio commands work on features and collections, not on geometries, and understand GeoJSON only.
--
Sean Gillies
Hi Mads,
I'm sorry to report that the fio commands work on features and collections, not on geometries, and understand GeoJSON only.
--
Sean Gillies
|
By
Sean Gillies
·
#135
·
|
|
Does fio (Fiona CLI) work with a WKT string?
I need to make simple operaitons/calculations on WKT on command line. I get a WKT string for a single polygon from jq, and I want to get the bounding box of this polygon.
$ cat details.json | jq -r
I need to make simple operaitons/calculations on WKT on command line. I get a WKT string for a single polygon from jq, and I want to get the bounding box of this polygon.
$ cat details.json | jq -r
|
By
Mads Skjern
·
#134
·
|
|
Is Fiona just a neat and nimble (and Pythonic) wrapper for GDAL, or does it contain non GDAL-functionality?
Your documentation says (https://github.com/Toblerity/Fiona):
Does that mean that all the heavy and mathy calculations are done in the referenced GDAL library, and Fiona is only a more Pythonic
Your documentation says (https://github.com/Toblerity/Fiona):
Does that mean that all the heavy and mathy calculations are done in the referenced GDAL library, and Fiona is only a more Pythonic
|
By
Mads Skjern
·
#133
·
|
|
Re: ERROR 1: PROJ: proj_create_from_database: Open of /somepath failed
Sean, sorry for the delay, but thank you - we've confirmed it is indeed something to do with PROJ_LIB and appears to be a problem with the way the Azure ML environments are activating conda, as we're
Sean, sorry for the delay, but thank you - we've confirmed it is indeed something to do with PROJ_LIB and appears to be a problem with the way the Azure ML environments are activating conda, as we're
|
By
James Crowley
·
#132
·
|
|
Re: ERROR 1: PROJ: proj_create_from_database: Open of /somepath failed
Hi,
I have not seen this particular error before. It looks like it comes from https://github.com/OSGeo/PROJ/blob/6500903dfdaa0ee2cc45ad9c7ce73fa26568a1d1/src/iso19111/factory.cpp#L340. I don't know
Hi,
I have not seen this particular error before. It looks like it comes from https://github.com/OSGeo/PROJ/blob/6500903dfdaa0ee2cc45ad9c7ce73fa26568a1d1/src/iso19111/factory.cpp#L340. I don't know
|
By
Sean Gillies
·
#131
·
|