Karel Van Camp
Karel Van Camp
You mean create def timeseries/lapse for NOAA/GFS0P25 and add to timeseries GUI? Would be inclined to add CAMS and GEOS https://developers.google.com/earth-engine/datasets/catalog/ECMWF_CAMS_NRT?hl=en#bands https://developers.google.com/earth-engine/datasets/catalog/NASA_GEOS-CF_v1_rpl_htf#bands
Not certain about requirement. Could you clarify a bit more? Are you looking for something alike https://olanaso.github.io/Leaflet-Select-Polygons/?
Mostly JS/front end. https://github.com/olanaso/Leaflet-Select-Polygons/tree/master/js Looking a bit on there seems to be lib for it. https://stackoverflow.com/questions/63494089/leaflet-selecting-multiple-geojson-polygon-features-using-leaflet-geoman-plugi https://pypi.org/project/turfpy/
Turfpy does not seem support front end.
He's working on it. https://github.com/mangecoeur/ipyleaflet
Look at the actual site, browser code inspector. Grep for HTSGW. You'll find createHTSGWPalette in HTSGW.js based on generic buildScaleFromSegments. ``` import {buildScaleFromSegments} from "./palette.js"; export function createHTSGWPalette(resolution = 1000)...