Robbi Bishop-Taylor
Robbi Bishop-Taylor
Hmm, that's a great question. Ideally we wouldn't want to create too much extra handling code further downstream for when the default is returned... does `dc.load` allow data to be...
E.g. something like: ``` from datacube.utils.geometry import Geometry, CRS def _sample_geom(lat, lon, buffer=0.05, crs='EPSG:4326'): y_min = lat - buffer y_max = lat + buffer x_min = lon - buffer x_max...
Yep, OK. We can always just wrap `select_on_a_map` inside a larger function where necessary that converts the default bounding box to a `Geometry` then does the rest of the analysis...
Some extra ones: * Automatic map zoom to the extent of any layers added to the map * Ability to customise basemap at the 'Create a map object' stage *...
@omad @jmettes Does this also apply to our C3 Landsat data as well? For example, I noticed that products like these don't render thumbnails on the map like other products:...
Landsat 9 seems OK: https://explorer.dev.dea.ga.gov.au/products/ga_ls9c_ard_3/datasets/e03aeee8-2c75-49f7-9fbe-edc8d40652ee 
I would have a preference to deprecate the `wofs_fuser` function here, and instead re-direct users to the copy of the function inside `dea_tools`: https://github.com/GeoscienceAustralia/dea-notebooks/blob/develop/Tools/dea_tools/datahandling.py#L681-L691
So many explorers! I guess I've been assuming the Sandbox Explorer would be our "official" STAC endpoint, but perhaps it would be 'AWS_Explorer' instead? Or one of the "latest" ones?...
> Should we ONLY display contiguous data for all C3 ARD styles? nbart_contiguity = true I think this makes sense, and should account for nodata as well as help clean...
@SpacemanPaul Yep, I agree that for 7 something in between would probably be the best... split the difference? (I did some notebook experimenting last year with visualising the layers after...