Skip to content

Instantly share code, notes, and snippets.

@sgillies
Created January 13, 2015 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sgillies/f9f68bda83aed87c1ea8 to your computer and use it in GitHub Desktop.
Save sgillies/f9f68bda83aed87c1ea8 to your computer and use it in GitHub Desktop.
Testing '-'
import fiona
with fiona.open('-') as src:
print src.bounds
$ fio dump tests/data/coutwildrnp.shp | python check.py
(-113.56424713134766, 37.0689811706543, -104.97087097167969, 41.99627685546875)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment