Marcin

Results 11 issues of Marcin

## Expected behavior. Hello, During my work with MapServer, I made an interesting observation regarding the use of runtime substitution in MAP->CONFIG. Specifically, users could dynamically choose a pair of...

## Expected behavior and actual behavior. Hello, I have created a JSONB table in my PostgreSQL database that looks like this: ``` { "10m": "/vsicurl/...", "20m": "/vsicurl/...", "30m": "/vsicurl/..." }...

## Expected behavior and actual behavior. I compiled GDAL with the Kakadu library to be able to use JP2KAK for reading my jp2 files. However, contrary to expectations, the JP2KAK...

## Expected behavior and actual behavior. This ticket is based on my experience described in the mailing archive: https://marc.info/?t=169770835500001&r=1&w=2 To summarize, I've discovered that it's not possible to limit the...

Hello, I managed to create a collection definition json and a sample item json. The sample item was created using a script inspired by https://github.com/dlr-eoc/EOmetadataTool. Then I found the Sentinel-2-L2A...

## Expected behavior and actual behavior. ### Expected behavior #### Burst Polygon, BBOX and Masking Original data from Sentinel-1 SLC downloaded from [here](https://datahub.creodias.eu/odata/v1/Products?$filter=((Name%20eq%20%27S1A_IW_SLC__1SDV_20240510T004015_20240510T004042_053802_0689C7_59AA.SAFE%27))&$expand=Attributes&$expand=Assets), specifically the file ```/...SAFE/measurement/s1a-iw1-slc-vv-20240510t004017-20240510t004042-053802-0689c7-004.tiff``` [single file download...

fast api doesn't load items, even if data is loaded successful to pgstac deployed on **postgres 17**: Deployment method: ```console #!/bin/bash # Update the package list apt-get update # Install...

Hi, This PR should handle issues mentioned in following issues: https://github.com/gjoseph92/stackstac/issues/181#issuecomment-1374026051 https://github.com/gjoseph92/stackstac/issues/196#issuecomment-1382138777 PR is based on: https://github.com/cogeotiff/rio-tiler/blob/main/rio_tiler/io/rasterio.py#L102-L109 Hope above will help. Thanks for amazing software.

Hi, While using stackstac, I noticed that it is not compatible with the `proj` extension 2.0. Specifically, based on the knowledge from the extension's [repository](https://github.com/stac-extensions/projection): ![image](https://github.com/user-attachments/assets/9aac3f10-9d0a-4eeb-92fc-c1166d18d980) the `proj:epsg` attribute has...

OpenSearch rejects complex geometries that cross the **antimeridian** or pass near the **pole**. I know this is primarily a database limitation, but I thought it would be worth sharing the...