Matthew Hanson

Results 77 comments of Matthew Hanson

I've been wondering about this and if you can just really use the bbox. Is it just to create the output shape? The `proj` fields provide the geotransform and the...

There is currently a PR up to change those endpoints: https://github.com/radiantearth/stac-spec/pull/632 The `/stac` endpoint would go away because it's redundant with the root endpoint `/` - it just returns a...

Right, not sure when it will land, but now it's agreed it's going to be `/search` not `/items`

@jhamman If @jsignell can't get to it I can work on it next week when I'm back from FOSS4G

There doesn't seem to be a good solution here, I think the assumption that the catalog follows best practices is the best thing to do for now, and most catalogs...

This was just opened yesterday during the STAC sprint, and we talked about features and requirements. Some work is going to continue on this over the week and we'll see...

I do rather like the idea of being able to do a search on a static catalog, but that seems like it should be implemented in pystac-client as well (which...

This is more of a [sat-stac](https://github.com/sat-utils/sat-stac) issue, in fact it's this function: https://github.com/sat-utils/sat-stac/blob/master/satstac/utils.py#L56 It checks for AWS URLs and will try a signed URL if a regular request fails, but...

I don't know enough about this, but it seems interesting. When I'm creating a STAC catalog for a new set of data I create the Collection JSON, then would have...

The GeometryCollection geometry type was intentionally left out, because it's not a widely supported geometry type, and the current GeoJSON spec recommends against the use of them: https://datatracker.ietf.org/doc/html/rfc7946#page-9