Matthew Alger

Results 17 issues of Matthew Alger

### Expected behaviour `datacube dataset search 'time > 2021-01-01'` should product datasets more recent than 2021-01-01 ### Actual behaviour This isn't supported and an error is shown: ``` time >...

enhancement
usability

### Expected behaviour ``` >>> import datacube, geopandas as gpd >>> shp = "s3://dea-public-data/projects/WaterBodies/moree-test/AusWaterBodies_Moree.shp" >>> gpd.read_file(shp) [...a shapefile...] ``` ### Actual behaviour ``` >>> import datacube, geopandas as gpd >>>...

pinned

The git repo is nearly 2 GiB now. We should purge some old stuff and make sure we have no big files in the history.

#747 flagged that the basemap package doesn't exist on Sandbox. I thought at first this was just a version discrepancy but actually it turns out that basemap has been deprecated...

`dea_spatialtools.xr_vectorize` is seemingly orders of magnitude slower than `dea_spatialtools.subpixel_contours`, despite both kind of doing the same thing. I suspect this is the call to gdal/rasterio, which we can probably replace...

Coastlines does this, but all other notebooks should as well.

This: ```python subpixel_contours(da.isel(time=0), z_values=[0.0]) ``` Gives this: ``` ~/dea-notebooks/Scripts/dea_spatialtools.py in subpixel_contours(da, z_values, crs, affine, attribute_df, output_path, min_vertices, dim, errors, verbose) 453 contour_arrays = {str(i)[0:10]: 454 contours_to_multiline(da, i, min_vertices) --> 455...

bug

I found it really hard to make a virtual product that did what I wanted it to do. The examples listed in the relevant notebook _work_, and are _great_, but...

new feature/enhancement
Hacktoberfest