Changed water_levels catalog to jive with new data storage structure from GLOS.py scraper.#30
Changed water_levels catalog to jive with new data storage structure from GLOS.py scraper.#30DanielJMaher wants to merge 1 commit into
Conversation
…from GLOS.py scraper.
|
does this change how charlton should be accessing the data? Not showing up in http://72.44.60.22/glos/ now. |
|
To be in proper CF compliance I needed to swap the dimensions of the dataset (from [Time, Stations] to [Stations, Time]. I didn’t think it would cause an issue, but I guess I was wrong. It should be fairly easy to swap how they’re read to be put into the data portal. If it proves to be too difficult I could change it myself easily. I’m sorry I didn’t highlight this change on Friday. From: Kelly Knee [mailto:notifications@github.com] does this change how charlton should be accessing the data? Not showing up in http://72.44.60.22/glos/ now. — |
Changed water_levels catalog to jive with new data storage structure from GLOS.py scraper.