developmentseed / eoapi-risk

An implementation of eoAPI for Risk data and the Humanitarian sector
MIT License
2 stars 0 forks source link

Add satellite location notebook #50

Closed wrynearson closed 6 days ago

wrynearson commented 4 months ago

This notebook calculates the position of a satellite (or satellites) in a given AOI and timeframe and visualizes them on a map. This can be used to roughly calculate where satellite images could have been taken or could be taken.

Paired with the other notebooks in this repo that load and analyze STAC-compliant data, this could lay the foundations for a powerful open-source humanitarian monitoring and forecasting suite.

Sparked by https://github.com/developmentseed/ds-partnerships/issues/62

review-notebook-app[bot] commented 4 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

wrynearson commented 2 weeks ago

Hey @zacharyDez, this has been adapted and added on the JupyterLite in https://github.com/developmentseed/jupyterlite/pull/7. Do you think we should also have this here, or can this PR be closed?

The code for the JupyterLite version of the notebook has been changed to work in the browser, so the functionality is slightly different.