Skip to content

Programming Fiona in Python to convert geospatial file formats, like Shapefile to GeoPackage.

License

Notifications You must be signed in to change notification settings

geometalab/Fiona-Converter-Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fiona Converter Examples

Programming Fiona in Python to convert geospatial file formats, like converting Shapefile to GeoPackage.

Example

python donkey.py --help
Usage: donkey.py [OPTIONS] FILE_INPUT FILE_OUTPUT

Options:
  --epsg INTEGER  Type in the EPSG of the shape file
  --help          Show this message and exit.

python donkey.py --epsg 2056 shapefile.shp geopackage.gpkg

About

Programming Fiona in Python to convert geospatial file formats, like Shapefile to GeoPackage.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages