ua-snap / rasdaman-ingest

Collection of ingredients/configurations + docs for ingesting data into Rasdaman
MIT License
3 stars 0 forks source link

Update Arctic-EDS styles for degree days coverages #77

Closed cstephen closed 5 months ago

cstephen commented 5 months ago

I noticed that some of the color maps in the ingest scripts for the new degree days coverages (in branch degree_days_prefect_remix) were still using ramp based color maps, not intervals, because they were probably based on the outdated/unused Arctic-EDS styles we had added to Zeus during Arctic-EDS development way back when. This PR simply updates those Arctic-EDS color maps to use intervals so they are in sync with the production Arctic-EDS color maps we have on Apollo.

I also noticed that we had cleaned up the Arctic-EDS style names somewhere along the way so they didn't have the strange "*_condensed_compressed" business (on Apollo), so I've gone ahead and cleaned up the style names in this PR also.

To test, I successfully ingested one of the three affected coverages into Zeus (air_freezing_index_Fdays), pointed a local instance of the Arctic-EDS app against it, and confirmed that the intervals-based color map was working properly. I only tested this for one coverage because the same change was made for the other two coverages, so I'm confident that everything is working as intended!

Closes #67, btw!