azavea / azavea/nex2json-ingest

Need script to combine models

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

We will need a script to combine data from multiple models into a single output for further analysis and/or consumption by a web app. The input form at will take this format, which in this example shows the `tasmax` variable, for one year, for one model (`inmcm4`), for one RCP (`rcp85`.)

``` json
{"Philadelphia, United States of America": {
"admin": "United States of America",
"name": "Philadelphia",
"rcp85": {
"tasmax_inmcm4": {
"20160101": 123.0,
"20160102": 456.0,
...
}
}
}
}
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reviewing the repository and the JSON example in the issue, then determine how data from multiple models should be represented in one output for analysis or web-app consumption. The work is done when the required combined-output behavior is defined and the script meets that specification.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
data-engineering
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.