allenai / rslearn

A tool for developing remote sensing datasets and models.
Apache License 2.0
5 stars 0 forks source link

[WIP] Add data source for Planet Labs basemap API. #70

Open favyen2 opened 2 weeks ago

favyen2 commented 2 weeks ago

This is needed for forest loss driver project because NICFI gives access to mosaics but not individual PSScene.

The Planet API Python SDK is used for the Planet data source but it only supports Data and Orders API, not Basemaps API. So we use requests and interact with the API directly here.

favyen2 commented 2 weeks ago

Missing: