fiona — Easy Playground
Read and write geospatial vector data (Shapefile, GeoJSON, GPKG)
Getting started with fionaRun locally
Install
pip install fionaPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: fiona)
fiona is a third-party package. Read and write geospatial vector data (Shapefile, GeoJSON, GPKG). Install with: pip install fiona
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?