Tool enabling users to search for and order EO products. Python package built with poetry which provide an entrypoint to a small command line utility built with typer.
For an understanding of the application architecture open up the file applicationDiagram.drawio on App Diagrams.
pip via PyPi A repo can also be found on Github
- Search for Items via a Data API using an Area of Interest and Time of Interest.
- Order Items from an Ordering API and download them to disk.
- Builds a CLI utility installable via pip for dice rolls from the command line
The package also builds a command-line utility, cli-imagefetcher, that can be used directly from the terminal once pip-installed (alternately, it can be run within the poetry environment with poetry run cli-imagefetcher [OPTIONS] COMMAND [ARGS]).
- multiPolygon.geojson created in geojson.io
- searchResponse.json combined from an example found in [2] and [3]
- Finish docs, diagrams, and docstrings; time got the best of me on these.
- Finish image clipping process, detailed comments in imageManipulation.py.
- Add typing that typer supports, time constraint.
- Add multiple orders to the orders array.
- Show image thumbnails previews using python pillow, requests, and a prompt.
- Save session details and creds in an ENV file through optional CLI prompt.
- Further test cases, basic validation of dates and key using Regex.
- Rate Limiting - timeouts around network requests in order.py and search.py
- Cloud cover filter, throw in another param and pass it through to search.py