Brendan McAndrew

Results 10 comments of Brendan McAndrew

Is #588 still a blocker for this now that `stac-pydantic` has been updated? I'd love to see the `stac-fastapi` family support Pydantic 2. I found out the hard way that...

:wave: @thomas-maschler. Thanks! I was actually asking about 588 with respect to your PR. The discussion in https://github.com/stac-utils/stac-pydantic/pull/127 _suggests_ that it's no longer a blocker on this issue, but I...

Hi @lossyrob, I'm with @impactobservatory and Dan asked me to share my thoughts with you on this topic. This has been a source of internal debate for us so we'd...

(FYI, I made a correction to the final sentence my earlier comment.) We're running a fork of `stac-fastapi` w/ `pgstac` backend (we haven't yet upgraded to `stac-fastapi-pgstac` yet). Our internal...

FYI for anyone else who lands here: @cdonate's workaround is compatible with Pydantic v2. While @pow3rpi's workaround is technically compatible with Pydantic v2, the `.dict()` and `.json()` model serialization methods...

It looks like the `abfs://` scheme is not supported yet. As shown [here](https://github.com/stac-utils/stac-asset/blob/main/src/stac_asset/planetary_computer_client.py#L46), the `PlanetaryComputerClient` is a subclass of `HttpClient` and can therefore only download assets with http-based HREFs. ----...

Hi @Maxxen, I'm also still seeing this issue. I'm on `duckdb` v1.2.1 and `FORCE INSTALL spatial;` is installing: ``` ┌──────────────────┬─────────┬───────────┬───┬───────────────────┬───────────────────┬────────────────┐ │ extension_name │ loaded │ installed │ … │ extension_version...

Sure, I'm playing around with a Parquet file I created from a STAC Collection describing 7M+ satellite images. I'm just trying to select images intersecting a particular geometry, like the...

Can confirm this version works. Thanks again @Maxxen!