Metadata-Version: 2.1
Name: cast-planet-api
Version: 0.1.3
Summary: A package for searching and retrieving imagery via the Planet REST API
Home-page: https://castuofa.github.io/cast-planet-api
Author: Center for Advanced Spatial Technologies
Author-email: cast@uark.edu
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: pydantic
Requires-Dist: pydantic-settings
Requires-Dist: pydantic-geojson
Requires-Dist: requests
Requires-Dist: tqdm
Requires-Dist: geopandas
Requires-Dist: pillow

# Planet API Wrapper
A little wrapper package for working with the [Planet APIs](https://developers.planet.com/docs/apis/)

Currently supported apis:
- [Data](https://developers.planet.com/docs/apis/data/)
- [Orders](https://developers.planet.com/apis/orders/)
