RichardScottOZ

Results 320 comments of RichardScottOZ

Had to do this a couple of weeks ago, past advice I have seen and/or used was chop it in half, so did this: `worldmagright = worldmag.where((worldmag.x >= 0) &...

Think it worked with one variable - @Hoeze workaround was necessary for more than one.

And also be able to turn them into a geodataframe to plot, which would also be handy.

Thanks! I had been looking at that landcover dataset a few weeks ago and wondering about an approach.

Possibly annoying, yes - you could have it be a yes/no option perhaps?

A ''I asked for this cloud free area' which bits are missing from my bounding box is a good one.

ODC and stac https://github.com/opendatacube/datacube-stac-example So they are working on things - DEA has a STAC catalogue, etc.

``` python stac_items = satsearch.Search( url="https://explorer.sandbox.dea.ga.gov.au/stac/", bbox=bbox, collections=["s1_gamma0_geotif_scene"], datetime="2000-02-01/2021-03-31", ).items() ```

Yes, I have seen that 'not recognised as a file format' multiple times for data that is absolutely there. e.g. try it again the next time, perfectly fine. I downloaded...