Skip to content

A Python program for dumping all features from a given layer in a WFS server as GeoJSON

License

Notifications You must be signed in to change notification settings

eliask/dump-wfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

dump-wfs

A Python program for dumping all features from a given layer in a WFS server as GeoJSON

Dependencies:

  • Python 3.6+
  • shapely
  • gdal (osgeo)

Usage:

# Print out a list of layer names in server
python dump_wfs.py https://some-wfs-server

# Dump all features from layer <layerName>
python dump_wfs.py https://some-wfs-server layerName

# Dump all features from <layerName2> matching the given server-side filter expression
python dump_wfs.py https://another-wfs-server layerName2 'FOO in (1,2,3) AND BAR in (4,5,6)

About

A Python program for dumping all features from a given layer in a WFS server as GeoJSON

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages