Marcin

Results 27 comments of Marcin

It is confirmed by using pgstac's search function which returns 0 features: **test data:** ```console pypgstac load collections https://s3.fra1-2.cloudferro.com/swift/v1/poland-stac/collection-sentinel-2-l2a.json pypgstac load items https://s3.fra1-2.cloudferro.com/swift/v1/poland-stac/poland-data.json ``` **search function:** ```sql select * from...

Also, the biggest question here is: Is there any way of serving this kind of data (https://s3.waw3-2.cloudferro.com/swift/v1/slc/s1a-iw1-slc-vv-20240510t004017-20240510t004042-053802-0689c7-004.tiff) without needing to georeference them differently from the original data (GCPs)? I realized...

I confirm that the same problem occurs while using paths to gpkg within tile index @geographika

@geographika @rouault **FastCGI worker segfaults (signal 11) during WMS GetFeatureInfo on UA_2021 when the tile index is FlatGeobuf.** **Environment:** MapServer 8.6.0-beta2 (built via pdok/mapserver-docker), EPSG:3035 data; tileindex `index_2021gpkg.fgb` pointing to...

everything works after switching to gpkg as a vector index: https://mapserver.dataspace.copernicus.eu/ogc

hey @jamesfisher-geo , We also encountered this issue. For example: The following doesn't work in STAC FastAPI OS: ``` ***/search?collections=sentinel-1-mosaic&filter=product:type=%27S1SAR_L3_DH_MCM%27 ``` Even setting the filter-lang=cql2-text doesn't help, even though it's...