Rob Emanuele
Rob Emanuele
.. It seems that pypgstac did run the migration, but perhaps this is an error that happens on closing? I'm not seeing any of the logging output when running `pypgstac...
Sentinel-1 GRD does not have a referenceable CRS because it uses Ground Control Points (GCPs), which ties a subset of pixels to points on the surface of the Earth, but...
Currently this API does not implement the queriables extension; this should be released in July. Ideally this plugin can check the `conformsTo` links to understand what an API implements, and...
Jsonnet seems cool, and like you have a good templating process that's working for you. I'm a little confused about the goal of this issue - are you looking to...
@schwehr I like this idea as a technique to allow language agnostic (or language atheist) users to update metadata easily that can then be applied to STAC. I wrote up...
While I think dropping pre-1.0 support is eventually what we want, I don't think it should happening too quickly. The logic that deals with earlier versions is mostly in the...
@scottyhq good call, we should have a migration section in the docs. In the meantime - if you read in and then write out a STAC with the 1.0.0rc1 release,...
The JSON validation includes [light validation of the license field](https://github.com/radiantearth/stac-spec/blob/master/collection-spec/json-schema/collection.json#L49). I think `tools-python` would be the best way to validate licenses, but I'm not sure if that's a PySTAC or...
@thomas-maschler , moving the STAC types away from the TypeDict implementations in stac_fastapi.types to Pydantic types could have performance implications. Specifically I'm worried about the STAC types encoding Client output....
@thomas-maschler understood about the value of validation in the response classes for other use cases. I think a solution where users could skip validation based on configuration would be great....