Jon Duckworth
Jon Duckworth
> Will people use PySTAC to update their STAC? If so, we'll have to keep at least rudimentary pre-STAC-1.0 support to help with those conversions. I don't have a sense...
> Longer term deprecation plans aside, my opinion is that we want pre-1.0 support in this next PySTAC 1.0 release to support users doing upgrades. That all sounds good to...
@Madoshakalaka Is there any update on when this will be part of a new release? We're interested in implementing this tool as part of our development workflow but need the...
`Collection` could also conceivably implement this by creating a Polygon or MultiPolygon from `Collection.extent.spatial` (depending on how many `bboxes` are present). In the case of a single `bbox` we could...
> `ItemCollection` is a bit murky. There's a [comment on that gist](https://gist.github.com/sgillies/2217756?permalink_comment_id=1262671#gistcomment-1262671) about letting `__geo_interface__` include `FeatureCollection`, but it didn't seem to go anywhere. Yeah, the `ItemCollection` implementation seems murky...
> Per the spec in the section you linked to "null is allowed, but requires start_datetime and end_datetime from [common metadata](https://github.com/radiantearth/stac-spec/blob/master/item-spec/common-metadata.md#date-and-time-range) to be set." > > My reading of that...
I haven't verified this, but I'm guess this is being raised by [this line](https://github.com/stac-utils/pgstac/blob/64221059916d4e182c938c86799bf77d9c403965/pypgstac/pypgstac/migrations/pgstac.0.6.13.sql#L682) that alters the `partitions` table. That table is owned by `pgstac_admin` and according to the [Postgres...
I'm working on a data catalog infrastructure right now that would benefit from this functionality, but I'm wondering what the best home would be for it. @philvarner correct me if...
> Let me know once you start drafting things, as I can see Transactions in OGC API being applied to OGC API - Records (and potentially other OGC APIs) as...
After looking at the OWSLib code in more detail I think there would be value in implementing transactions separately in pystac-client. The usage pattern of OWSLib is very different from...