ResonantGeoData / RD-WATCH

RD-WATCH Documentation
https://resonantgeodata.github.io/RD-WATCH/
Apache License 2.0
6 stars 5 forks source link

Support uploading model runs from the web client #490

Closed floryst closed 2 weeks ago

floryst commented 1 month ago

Add support for uploading model runs from the web client.

This draft PR gets the end-to-end pipeline of uploading and processing a zip file of geojsons. There are a couple of extra things to do to complete this PR.

The core pipeline can use an initial review pass.

Screenshots:

image image image
floryst commented 1 month ago

@BryonLewis is there an existing notion of a private/public model run in RD-WATCH?

Bryon: No there isn't. I've added fields to the Region and model-run endpoints to indicate if a item is public (it defaults to true). I haven't done any filtering or sorting on those fields yet (except maybe custom regions).

floryst commented 3 weeks ago

Recent updates:

floryst commented 2 weeks ago

This PR now depends on #502 and #503.