OpenSenseAction / OPENSENSE_sandbox

Collection of runable examples with software packages for processing opportunistic rainfall sensors
BSD 3-Clause "New" or "Revised" License
13 stars 16 forks source link

Add concise but complete uses case for CML data processing with OpenMRG data #49

Closed cchwala closed 1 year ago

cchwala commented 1 year ago

The most prominent item in the sandbox should be a simple showcase for how to do the complete CML processing chain from raw data to interpolated rainfall maps. This can be done with the current code and data in the sandbox. The current notebooks are, however, not complete and/or too detailed. It also takes too much time to download the full OpenMRG dataset which makes the user experience worse.

I suggest to:

I think this can be done in one PR. If things get complicated along the way we can create new issues, e.g. form the three listed items above, and solve them separately.

cchwala commented 1 year ago

My suggestion for new structure in the index notebook. Not all parts have to be done now, but I add them here to show the reasoning behind this structure providing the long-term (maybe till October 2023) goal of the sandbox.


Content of the OPENSENSE software sandbox

Use case with complete workflow

Basic example of CML data processing software packages

Basic example of PWS data processing software packages

Basic example for data merging

maxmargraf commented 1 year ago

Started PR #56. Comments on the notebook are welcome. One issue of the openMRG data with the simple rolling std method for rain event detection are very short CMLs producing very high rain rates. Therefore choosing a "nice" day is not easy.

cchwala commented 1 year ago

Closed via #56