Skip to content

Commit

Permalink
feat(data layers): update date format and base map (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmast authored Jul 20, 2020
1 parent 852f006 commit c1a2b0c
Showing 1 changed file with 20 additions and 39 deletions.
59 changes: 20 additions & 39 deletions data/layers-config.json
Original file line number Diff line number Diff line change
@@ -1,168 +1,149 @@
{
"fire.burned_area": {
"colorMap": "afmhot",
"basemap": "land",
"basemap": "dark",
"timeFormat": {
"year": "2-digit",
"month": "numeric",
"day": "numeric"
"month": "long"
}
},
"sst.analysed_sst": {
"colorMap": "jet",
"basemap": "ocean",
"timeFormat": {
"year": "numeric",
"month": "long",
"day": "2-digit"
"month": "long"
}
},
"oc.chlor_a": {
"colorMap": "winter",
"basemap": "ocean",
"timeFormat": {
"year": "numeric",
"month": "long",
"day": "2-digit"
"month": "long"
}
},
"aerosol.AOD550_mean": {
"colorMap": "Oranges",
"basemap": "atmosphere",
"timeFormat": {
"year": "numeric",
"month": "long",
"day": "2-digit"
"month": "long"
}
},
"cloud.cfc": {
"colorMap": "gray",
"basemap": "blue",
"timeFormat": {
"year": "numeric",
"month": "long",
"day": "2-digit"
"month": "long"
}
},
"sea_level.sla": {
"colorMap": "gist_rainbow",
"basemap": "ocean",
"timeFormat": {
"year": "numeric",
"month": "long",
"day": "2-digit"
"month": "long"
}
},
"sea_surface_salinity.sss": {
"colorMap": "custom",
"basemap": "ocean",
"timeFormat": {
"year": "numeric",
"month": "long",
"day": "2-digit"
"month": "long"
}
},
"soil_moisture.sm": {
"colorMap": "BrBG",
"basemap": "land",
"timeFormat": {
"year": "numeric",
"month": "long",
"day": "2-digit"
"month": "long"
}
},
"ozone.atmosphere_mole_content_of_ozone": {
"colorMap": "viridis",
"basemap": "atmosphere",
"timeFormat": {
"year": "numeric",
"month": "long",
"day": "2-digit"
"month": "long"
}
},
"land_cover.lccs_class": {
"colorMap": "gist_rainbow",
"basemap": "land",
"timeFormat": {
"year": "numeric",
"month": "long",
"day": "2-digit"
"month": "long"
}
},
"sea_state.swh_mean": {
"colorMap": "viridis",
"basemap": "ocean",
"timeFormat": {
"year": "numeric",
"month": "long",
"day": "2-digit"
"month": "long"
}
},
"sea_ice_sh.ice_conc": {
"colorMap": "custom",
"basemap": "blue",
"timeFormat": {
"year": "numeric",
"month": "long",
"day": "2-digit"
"month": "long"
}
},
"sea_ice_nh.ice_conc": {
"colorMap": "custom",
"basemap": "blue",
"timeFormat": {
"year": "numeric",
"month": "long",
"day": "2-digit"
"month": "long"
}
},
"greenland_ice.sec": {
"colorMap": "custom",
"timeFormat": {
"year": "numeric",
"month": "long",
"day": "2-digit"
"month": "long"
}
},
"permafrost.pfr": {
"colorMap": "custom",
"basemap": "land",
"timeFormat": {
"year": "numeric",
"month": "long",
"day": "2-digit"
"month": "long"
}
},
"snow.swe": {
"colorMap": "ocean",
"timeFormat": {
"year": "numeric",
"month": "long",
"day": "2-digit"
"month": "long"
}
},
"biomass.agb": {
"colorMap": "custom",
"timeFormat": {
"year": "numeric",
"month": "long",
"day": "2-digit"
"month": "long"
}
},
"greenhouse.xco2": {
"colorMap": "custom",
"timeFormat": {
"year": "numeric",
"month": "long",
"day": "2-digit"
"month": "long"
}
},
"greenhouse.xch4": {
"colorMap": "custom",
"timeFormat": {
"year": "numeric",
"month": "long",
"day": "2-digit"
"month": "long"
}
}
}

0 comments on commit c1a2b0c

Please sign in to comment.