fiona Questions

3

Solved

I have a piece of code that was working fine until last week, but now it's failing with the following error: AttributeError: module 'fiona' has no attribute 'path' I’ve ensured that all the necessa...
Confiture asked 4/9 at 14:6

2

WARNING: Ignoring invalid distribution -yproj (c:\users\space_junk\appdata\local\programs\python\python310\lib\site-packages) WARNING: Ignoring invalid distribution -yproj (c:\users\space_junk\appd...
Misbehave asked 8/6, 2022 at 14:49

2

Solved

when I run the following code: import geopandas as gpd from shapely.geometry import Point, Polygon import pandas as pd gpd.io.file.fiona.drvsupport.supported_drivers['KML'] = 'rw' my_map = gpd.rea...
Forsooth asked 13/7, 2022 at 2:42

8

I've done a software on Ubuntu, and I'm having several problems running this software on Windows. My biggest issue point now is that I'm trying to install "fiona" - I have it already inst...
Dunning asked 15/6, 2018 at 13:34

5

Trying to read a shapefile (.shp) and received an ImportError after executing the below line of code. I even pip installed GDAL, geopandas, fiona and shapely before executing the below code. shapef...
Idolater asked 11/10, 2021 at 5:46

1

I am trying to install fiona and geopandas on a mac machine. I have installed GDAL trough brew install gdal --HEAD If I try install fiona, I get the following: sudo pip3 install fiona Collecting fi...
Cathe asked 14/1, 2021 at 9:5

2

I want to build a Docker container with a Python Dash App. The app requires geospatial packages like Geopandas, Folium, Shapely. When trying to build the Docker Image it fails when trying to instal...
Brittenybrittingham asked 9/2, 2022 at 15:29

3

I am processing shp files, and i'm having problems saving a geodataframe in a shp file. import pandas as pd import numpy as np import os import geopandas location = '/home/braulio/Documents/exampl...
Ericaericaceous asked 18/3, 2019 at 19:34

2

I am new in python and I am trying to work with geopandas library. I have already installed the package using: conda install -c conda-forge geopandas but when I try to import the library, I get ba...
Done asked 7/4, 2021 at 21:4

2

Solved

This is the error I receive: A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable. after ru...
Timelag asked 19/2, 2019 at 5:17

1

When dealing with coordinates systems in Python with fiona and osgeo, there seem to be a lot of ways to define a coordinate system by importing/exporting different crs formats , for example: FIONA...
Exclamation asked 13/2, 2017 at 15:46

2

I installed fiona as follows: conda install -c conda-forge fiona It installed without any errors. When I try to import fiona, I get the following error: Traceback (most recent call last): Fil...
Stalemate asked 18/3, 2018 at 21:17

2

Solved

Is there any way to dissolve (merge) overlapping polygons, using any GDAL/OGR API or command line tool, while keeping the resulting non overlapping areas distinct? I have searched a lot and I canno...
Future asked 31/10, 2017 at 14:57

1

I am new to Shapely (but enthusiastic about it), and recently I've discovered a bit of a road bump. I have a polygon shapefile that I am reading in via Fiona. This shapefile contains BOTH polygon ...
Wende asked 17/2, 2014 at 8:32
1

© 2022 - 2024 — McMap. All rights reserved.