Riverscapes / QRiS

Riverscapes Studio - for QGIS
https://qris.riverscapes.net
GNU General Public License v3.0
2 stars 0 forks source link

RAP API Request #344

Closed philipbaileynar closed 7 months ago

philipbaileynar commented 9 months ago

We want to prove the concept of reaching out into external APIs to bring metrics into QRiS. The first of these is the Rangeland Analysis Platform.

Goal: Prove that we can take an AOI or sample frame polygon, convert it to GeoJSON and then use it to retrieve the "Riparian Resilience Index" metric and store it in the QRiS database. Apparently RAP has an API that should make this possible.

Dig in. See what you find. Report back here.

QuestionS:

FWIW... might be worth developing this as a standalone Python script first, just to speed up dev cycles. Then integrate into QRiS once working.

KellyMWhitehead commented 8 months ago

I don't see a stand-alone api. There are couple Google Earth Engine scripts, a web tile url (though it seems to limit how far we can zoom in) and a folder of very large rasters.

KellyMWhitehead commented 7 months ago

The research phase of the climate engine api is complete:

All of this to day we are ready to start incorporating this data into qris, as metrics or otherwise.