Alex Leith
Alex Leith
Just wanted to bump this and offer to test any draft implementation :-)
This would be great to have. I'm struggling to do it via PG Admin... I've resorted to truncating the table and re-indexing, which won't work for large collections.
Did we get anywhere with this? I'd also like to know if we can 'truncate' a collection, even by connecting to postgres.
Oh, nevermind, this is easy when connected to postgres. Just need to update search path, so the local functions are able to be found. ```psql SET search_path = pgstac, public;...
There's a few examples in this repo that use threads instead and I think they work fast and fine... it's much simpler than async! For example: https://github.com/opendatacube/odc-tools/blob/develop/apps/dc_tools/odc/apps/dc_tools/esa_worldcover_to_dc.py#L185
How did you go with this, @dfnino10? Did you find one that worked?
Yeah, that's what I figure. I'm not sure it's really worth going to too much trouble about. The tests do test the basic functionality!
Hi @vietnguyengit, nice work! I'll come find you today, let's see if we can get this showing on a webmap... maybe with a timeslider too!
>just require a geometry section on the end right It'll require a `geometry` object for each `feature` returned. And for what it's worth, GSKY returning `x` and `y` properties is...
Hey folks, if you'd like to test or explore the data, we have it stored on S3 with static STAC as well as listed in a STAC API. (Also in...