Metadata-Version: 2.1
Name: geojsonboundingbox
Version: 0.1.0
Summary: Prints out the bounding box of a geojson input file
License: MIT
Author: Eric McCowan
Author-email: eric.mccowan@servian.com
Requires-Python: >=3.0,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown

# GeoJSON to bounding box utility

This utility will find the minimum and maximum coordinates in a given GeoJSON file and format them as a GeoJSON bounding box.

It is more of a proof-of-concept and it will sometimes fail. Please contact the author with feedback. 

## Usage
```shell script
python -m geojsonboundingbox "/path/to/myfile.geojson"
```

For anything more advanced, please look into the `shapely` Python library.
