hydroserver2 / hydroserver

Documentation and issue tracker for HydroServer and related applications
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Add method to copy datastreams with observations #167

Open kjlippold opened 2 months ago

kjlippold commented 2 months ago

Describe the feature you'd like and what it will do

A copy_datastream endpoint would trigger a job to create a new datastream, usually with a different processing level than the original. Observations for the datastream should be copied with a database command to avoid unnecessary data transfers between the database and Django server or client application.

Why is this feature important?

This feature should help speed up the QA/QC workflow by letting users more quickly generate quality controlled datastreams from raw datastreams.

Is your feature request related to a problem? Please describe.

No response

Any additional comments?

No response