|
AttributeError on import; module 'fiona' has no attribute '_loading'
I am trying to map on Jupyter notebook using geopandas. I am running into some issues importing geopandas through fiona. I have tried importing fiona directly as well and still receive the same error.
I am trying to map on Jupyter notebook using geopandas. I am running into some issues importing geopandas through fiona. I have tried importing fiona directly as well and still receive the same error.
|
By jackjomarron@...
·
|
|
FIona 1.1.18, GDAL 3.2.1 2 messages
I use docker file (later) where i install fiona via pip when i make import fiona I get error: ERROR 4: Unable to open EPSG support file gcs.csv. Try setting the GDAL_DATA environment variable to point
I use docker file (later) where i install fiona via pip when i make import fiona I get error: ERROR 4: Unable to open EPSG support file gcs.csv. Try setting the GDAL_DATA environment variable to point
|
By David Ignjić
·
|
|
Attempting to find version of GDAL installed 6 messages
Good day, I am attempting to debug a problem I have while installing Fiona within a Docker container. Apologies if my understanding is a bit shaky – I’m very new to this. Essentially, I am trying to u
Good day, I am attempting to debug a problem I have while installing Fiona within a Docker container. Apologies if my understanding is a bit shaky – I’m very new to this. Essentially, I am trying to u
|
By Orry Messer
·
|
|
Cannot install Fiona on Mac OS, GDAL installed via homebrew 3 messages
Hey, This is my first interaction with Fiona (and geo-related platforms in general), I ended up here after failing to install `geoplot` and `geopandas` using a package manager (Poetry), and finally pi
Hey, This is my first interaction with Fiona (and geo-related platforms in general), I ended up here after failing to install `geoplot` and `geopandas` using a package manager (Poetry), and finally pi
|
By amit@...
·
|
|
`fiona.transform.transform_geom(...)` missing gcs.csv 2 messages
Hi all, Some methods of installing fiona in a conda environment that also has GDAL result in `fiona.transform.transform_geom(src_crs, dst_crs, geom)` throwing an error, e.g.: ``` ERROR 4: Unable to op
Hi all, Some methods of installing fiona in a conda environment that also has GDAL result in `fiona.transform.transform_geom(src_crs, dst_crs, geom)` throwing an error, e.g.: ``` ERROR 4: Unable to op
|
By calebrob6@...
·
|
|
Can Fiona recognize the AWS_PROFILE variable? 2 messages
The AWS CLI, Pandas, and other tools recognize the AWS_PROFILE variable to indicate where to find credentials for accessing AWS resources (e.g. S3). My testing of Geopandas indicates that Fiona doesn’
The AWS CLI, Pandas, and other tools recognize the AWS_PROFILE variable to indicate where to find credentials for accessing AWS resources (e.g. S3). My testing of Geopandas indicates that Fiona doesn’
|
By Tim Hopper
·
|
|
installing Fiona and conflicting instillation information for Windows 10 messages
Hello, I have had rasterio for a while, and thought installing fiona would be equality simple, I was wrong. As of now gdal runs fine in the command line, but from osgeo import gdal -------------------
Hello, I have had rasterio for a while, and thought installing fiona would be equality simple, I was wrong. As of now gdal runs fine in the command line, but from osgeo import gdal -------------------
|
By Eyal Saiet
·
|
|
Fiona 1.8.18
Hi all, Fiona 1.8.18 is on PyPI today: https://pypi.org/project/Fiona/1.8.18/#files. Big thanks to René Buffat, who has been taking the lead on maintaining the 1.8.x code. See https://github.com/Toble
Hi all, Fiona 1.8.18 is on PyPI today: https://pypi.org/project/Fiona/1.8.18/#files. Big thanks to René Buffat, who has been taking the lead on maintaining the 1.8.x code. See https://github.com/Toble
|
By Sean Gillies
·
|
|
convert to bounding box for object detection #976 2 messages
I have 4 raster images and 1 shpfile contains polygons for these images and i want to convert shpfile to bounding box in object detection . Because the size of raster image is so big, i have to split
I have 4 raster images and 1 shpfile contains polygons for these images and i want to convert shpfile to bounding box in object detection . Because the size of raster image is so big, i have to split
|
By ronaldocr9803@...
·
|
|
[dev] Performance regression: fiona.transform much slower since GDAL 3 2 messages
Hi Stefan, I'm cross-posting this over to main@fiona.groups.io. The dev list is for project planning and design discussions. Is it possible you are running into the issue with older sqlite described i
Hi Stefan, I'm cross-posting this over to main@fiona.groups.io. The dev list is for project planning and design discussions. Is it possible you are running into the issue with older sqlite described i
|
By Sean Gillies
·
|
|
WinError87 while running .EXE file
Hello everyone! Maybe it is an offtop but I am a bit puzzled.. Just generated exe file for my GUI python program for working with some geospatial data and use folium,geopandas,shapely etc. However, wh
Hello everyone! Maybe it is an offtop but I am a bit puzzled.. Just generated exe file for my GUI python program for working with some geospatial data and use folium,geopandas,shapely etc. However, wh
|
By timnazarovya@...
·
|
|
Using Fiona to consume ESRI FeatureServer service 4 messages
Hello, I'm attempting to use fiona to consume an ESRI FeatureServer service - I've pased an example call below.. The issue is that OGR's documentation indicates that so long as I omit the resultOffset
Hello, I'm attempting to use fiona to consume an ESRI FeatureServer service - I've pased an example call below.. The issue is that OGR's documentation indicates that so long as I omit the resultOffset
|
By Chander Ganesan
·
|
|
fiona.transform.transform - different behavior based on GDAL version 4 messages
Hi all, I'm observing different behavior from fiona.transform.transform based on the underlying gdal version. Steps to reproduce ``` conda create --name test python gdal fiona # this installs gdal 3.0
Hi all, I'm observing different behavior from fiona.transform.transform based on the underlying gdal version. Steps to reproduce ``` conda create --name test python gdal fiona # this installs gdal 3.0
|
By calebrob6@...
·
|
|
RFC: Roadmap for Shapely 2.0
Dear list, This is not directly a Fiona-related message, but I assume there might be some of you that are also Shapely users. For those, I want to get across a message about a proposal for Shapely 2.0
Dear list, This is not directly a Fiona-related message, but I assume there might be some of you that are also Shapely users. For those, I want to get across a message about a proposal for Shapely 2.0
|
By Joris Van den Bossche
·
|
|
Fiona 1.9 Release Date
Is there a tentative release date for Fiona 1.9? (This question is purely out of curiosity and not out of need.)
Is there a tentative release date for Fiona 1.9? (This question is purely out of curiosity and not out of need.)
|
By Alan Snow
·
|
|
pip install succeeds, ImportError on import 3 messages
Trying to work out some issues importing fiona. Python 3.8.2 GDAL: http://download.gisinternals.com/sdk/downloads/release-1911-x64-gdal-3-0-4-mapserver-7-4-3.zip and associated libs Everything install
Trying to work out some issues importing fiona. Python 3.8.2 GDAL: http://download.gisinternals.com/sdk/downloads/release-1911-x64-gdal-3-0-4-mapserver-7-4-3.zip and associated libs Everything install
|
By gavinswanson@...
·
|
|
KML SimpleData 3 messages
Hi, is it possible to to retrieve SimpleData attributes from a KML document? I've opened a collection, and tried both KML and KMZ documents - and whilst I can see the "normal" KML attributes - I canno
Hi, is it possible to to retrieve SimpleData attributes from a KML document? I've opened a collection, and tried both KML and KMZ documents - and whilst I can see the "normal" KML attributes - I canno
|
By Bonzo
·
|
|
supplying SHAPE_RESTORE_SHX=YES to fiona.open
Hello: I hope this is the right place to ask a question. I also hope I am not creating this topic twice; I tried emailing main@fiona.groups.io but it did not work. I am trying to figure out how to ope
Hello: I hope this is the right place to ask a question. I also hope I am not creating this topic twice; I tried emailing main@fiona.groups.io but it did not work. I am trying to figure out how to ope
|
By Ricky Teachey
·
|
|
Unable to open .zip in Docker container 6 messages
I'm trying to load a .gdb.zip file in a Docker container using `fiona.listlayers()` but it says that it's not a supported format with the following exception: ``` File \"fiona/_shim.pyx\", line 83, in
I'm trying to load a .gdb.zip file in a Docker container using `fiona.listlayers()` but it says that it's not a supported format with the following exception: ``` File \"fiona/_shim.pyx\", line 83, in
|
By
davejohansen@...
·
|
|
Writing to GeoPackage fails when two attributes have the same name (ignoring case) 2 messages
Hi, Fiona throws a "Failed to write record" RuntimeError when trying to write records to a GeoPackage if two or more attributes have equal names ignoring the case. I understand this is because GeoPack
Hi, Fiona throws a "Failed to write record" RuntimeError when trying to write records to a GeoPackage if two or more attributes have equal names ignoring the case. I understand this is because GeoPack
|
By olmo.nietosilleras@...
·
|