Robbi Bishop-Taylor

Results 56 issues of Robbi Bishop-Taylor

**Describe the bug** When plotting a `geopandas` animation with a basemap supplied by `basemap_format`, the basemap extends only to the bounding box of the spatial data. In the example below,...

enhancement
help wanted

**Describe the bug** #1 adds `x_period_label_location`, `y_period_label_location` and `append_period_to_title` params to `.plot_animated` to allow users to customise the position of the period label. However, this does not appear to work...

enhancement
help wanted

First of all, congrats @tsutterley on an incredible package... such an amazing resource! I've been looking into using `pyTMD` for modelling tide heights from `FES2014` for our [DEA Coastlines](https://github.com/GeoscienceAustralia/dea-coastlines) coastline...

### Reason for this pull request Support users passing `odc.geo` GeoBoxes to `datacube.load(like=...)`. For more details, see #1549. Temporary fix until `odc-geo` is officially integrated in version 1.9. ### Proposed...

### Expected behaviour A user may try to use an `odc.geo` GeoBox to load data from `datacube-core`. e.g.: ``` from odc.geo.geobox import GeoBox gbox = GeoBox.from_bbox( [149.036528545, -35.384897602, 149.233835134, -35.198132594],...

Over the past few months we've been encountering intermittent GDAL access issue semi-regularly. e.g.: ``` CPLE_OpenFailedError: '/vsis3/dea-public-data/baseline/ga_s2bm_ard_3/52/LBK/2020/08/15/20200815T032931/ga_s2bm_nbart_3-2-1_52LBK_2020-08-15_final_band03.tif' not recognized as a supported file format. ``` This is a real pain,...

enhancement
documentation

### Proposed changes This PR updates the "ignore-paths" line of our Github Actions testing workflow to ignore future updates to the repo's Readme, template notebook or landing page notebook. This...

Sentinel-2's contiguity band is processed at 10 m, but in theory covers other lower resolution bands too. This means that when loading the band at 20 m resolution, care must...

### Proposed changes Include a brief description of the changes being proposed, and why they are necessary. ### Closes issues (optional) - Closes Issue #000 - Closes Issue #000 ###...