-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Input/Output data mapping tool #21
Comments
Taken from John's Slack Post: The filename tas_Amon_CESM2_ssp585_r11i1p1f1_gn_201501-206412.nc is a common format for climate model output files, particularly those following the CMIP (Coupled Model Intercomparison Project) conventions. Let's break down the sections:
|
Use Map Layer metadata field to implement a 'tags' object that would have something like vals: with 'DIVERS-H' in it, and a type: being 'input' or output'. On the client side there would be an interface to filter by Tags. This would list all layers with the specific Take vals contains 'DIVERS-H' and it will classify the layers at inputs or outputs. |
Create a way to index inputs and outputs based on model conditions. You have several different model conditions and it picks datasets based on the combinations of the inputs.
I.E take the breakdown from https://en.wikipedia.org/wiki/Shared_Socioeconomic_Pathways
So it ingests all of the datasets and provides a tool for selecting the variables and displaying the proper layers from those sensors.
Layers have tags that can be associated with them, maybe from their parent datasets. These tags can then be used to apply a filter and load the layers that meet the filters.
I.E we have a filter mechanism where the user can select different key:tag pairs where data can be used to index different layers. and provide a list of data to load.
The text was updated successfully, but these errors were encountered: