Robbi Bishop-Taylor

Results 111 comments of Robbi Bishop-Taylor

Can confirm I have encountered this one using this workflow: 1. Load a "pretty" new-style story map link: https://maps.dea.ga.gov.au/story/DEACoastlines 2. Remove the story by clicking "Story > Remove all". 3....

I think both is sensible, perhaps with priority given to [04_Loading_data.ipynb](https://github.com/GeoscienceAustralia/dea-notebooks/blob/develop/Beginners_guide/04_Loading_data.ipynb) as it forms part of the official DEA docs, and is a natural fit for that kind of information....

Currently the `Loading data` notebook contains this info: ![image](https://user-images.githubusercontent.com/17680388/86982389-72b25380-c1cc-11ea-8a76-e11c2285dce2.png)

`align` isn't even mentioned there at the moment, whoops. I think the problem is that that notebook loads Landsat geomedian data vs Landsat Collection 3... on one hand it makes...

- [x] ~~I've now thoroughly tested the `OTPS` tidal model that @emmaai recently installed on the Sandbox, and it looks like everything is working well~~

- [ ] Sentinel 2 Near-Real-Time data isn't currently available on the NCI

- [x] ~~`wofs_albers` currently needs the user to specify `output_crs` and `resolution` on the Sandbox, which isn't necessary on the NCI (see https://github.com/GeoscienceAustralia/dea-config/issues/405)~~ Resolved on 23/09/2019

- [ ] There is no DEM available on the sandbox (on the NCI, we have the 30 m SRTM DEM e.g. `dc.load(product='srtm_dem1sv1_0', **query)`)

- [x] ~~The `seaborn` module for producing scientific plots is currently missing from the Sandbox (e.g. `import seaborn as sns`)~~ Issue: ~~https://github.com/GeoscienceAustralia/dea-sandbox/issues/22~~ Fixed by https://github.com/GeoscienceAustralia/dea-notebooks/issues/344#issuecomment-543428699

- [x] ~~`ffmpeg` is missing from the Sandbox. This is needed for generating animations based on satellite data~~ ~~Issue: https://github.com/GeoscienceAustralia/dea-sandbox/issues/23~~ Fixed by https://github.com/GeoscienceAustralia/dea-notebooks/issues/344#issuecomment-543428699