Toblerity/Fiona
Fiona reads and writes geographic data files observed · 2026-08-28
Health v2 · maintenance only
37/100
- Activity 7
- Release rhythm 40
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 12
- age_days: 5359
- days_rel: 716
- days_push: 559
- n_releases_24m: 2
Adoption not part of the score
1248 stars · 219 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Fiona is a Python library (with a CLI) for reading and writing vector geographic data in formats like Shapefile and GeoPackage, built on top of GDAL/OGR. It streams features modeled on GeoJSON through file-like Collection objects for productive, readable geospatial I/O code.
Use cases
- read and write shapefiles in python
- convert geospatial vector data between formats
- read geopackage features into python
- write geojson to a gis file format
- batch process gis vector files from the command line
- read cloud-stored geospatial data files
When to choose
- you need simple, Pythonic read/write access to vector GIS formats without dealing with raw GDAL bindings
- you want to stream features one at a time from large files or cloud/virtual filesystems
- you plan to combine it with Shapely for geometry transformations
When to avoid
- you need raster data processing rather than vector features
- you require GDAL format drivers omitted from the pip wheels, such as GML, and cannot build from source or use conda
- you need spatial analysis methods on features - Fiona features are plain data classes, so use GeoPandas or Shapely instead
Facets
library · maturity active
file-system cli parser developer-tools python cli cross-platform gis gdal ogr shapefile geopackage vector-data geojson cython geospatial data-engineering
1 source
- readme: https://github.com/Toblerity/Fiona · fetched 2026-08-28 · 19420349d855
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Toblerity/Fiona | main | 37 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem