Re: [gdal-dev] WMS supported SRS

2024-09-19 Thread Even Rouault via gdal-dev
Le 19/09/2024 à 15:59, Michał Kowalczuk via gdal-dev a écrit : Hi, After re-thinking this topic, I also came to conclusion that using BoundingBox tags will not be a satisfactory solution for GDAL users. Maybe it will better than current, but still poor... In my opinion the most flexible soluti

Re: [gdal-dev] WMS supported SRS

2024-09-19 Thread Michał Kowalczuk via gdal-dev
äjä:* Michał Kowalczuk > *Lähetetty:* perjantai 13. syyskuuta 2024 15.12 > *Vastaanottaja:* Rahkonen Jukka > *Kopio:* gdal-dev@lists.osgeo.org > *Aihe:* Re: [gdal-dev] WMS supported SRS > > > > So, can I open a feature request? > > > > Best, > > Michal Ko

Re: [gdal-dev] WMS supported SRS

2024-09-13 Thread Rahkonen Jukka via gdal-dev
kka Rahkonen- Lähettäjä: Michał Kowalczuk Lähetetty: perjantai 13. syyskuuta 2024 15.12 Vastaanottaja: Rahkonen Jukka Kopio: gdal-dev@lists.osgeo.org Aihe: Re: [gdal-dev] WMS supported SRS So, can I open a feature request? Best, Michal Kowalczuk W dniu czw., 12.09.2024 o 13:57 Rahkonen

Re: [gdal-dev] WMS supported SRS

2024-09-13 Thread Even Rouault via gdal-dev
Le 13/09/2024 à 14:11, Michał Kowalczuk via gdal-dev a écrit : So, can I open a feature request? sounds good to me, even better if accompanied with a pull request & test. For tests, see test_wms_force_opening_url() at the end of autotest/gdrivers/wms.py where we simulate locally a WMS server

Re: [gdal-dev] WMS supported SRS

2024-09-13 Thread Michał Kowalczuk via gdal-dev
:* Michał Kowalczuk > *Lähetetty:* torstai 12. syyskuuta 2024 14.35 > > > *Vastaanottaja:* Rahkonen Jukka > *Kopio:* gdal-dev@lists.osgeo.org > *Aihe:* Re: [gdal-dev] WMS supported SRS > > > > So we remain at the point that there is no good method that, using only &

Re: [gdal-dev] WMS supported SRS

2024-09-12 Thread Rahkonen Jukka via gdal-dev
not be useful in real life. -Jukka Rahkonen- Lähettäjä: Michał Kowalczuk Lähetetty: torstai 12. syyskuuta 2024 14.35 Vastaanottaja: Rahkonen Jukka Kopio: gdal-dev@lists.osgeo.org Aihe: Re: [gdal-dev] WMS supported SRS So we remain at the point that there is no good method that, using only GDAL

Re: [gdal-dev] WMS supported SRS

2024-09-12 Thread Michał Kowalczuk via gdal-dev
ervice level CRS list applies to all layers, and each layer can >>> add more CRSs to the list. Maybe in theory there could be even >>> “crs-list-of-service-root + crs-list-of-group-layer + >>> crs-list-of-child-layer”. >>> >>> >>> >>>

Re: [gdal-dev] WMS supported SRS

2024-09-10 Thread Michał Kowalczuk via gdal-dev
s the Layer CRS. In >> >> order to indicate which Layer CRSs are available, every named Layer shall >> have at least one element that >> >> is either stated explicitly or inherited from a parent Layer. The root >> element shall include a sequence of >> >> zero or more C

Re: [gdal-dev] WMS supported SRS

2024-09-10 Thread Michał Kowalczuk via gdal-dev
t; ignored by clients. > > When a Layer is available in several coordinate reference systems, the > list of available CRS values shall be > > represented as a sequence of elements, each of which contains only a > single CRS name.” > > > > -Jukka Rahkonen- > > >

Re: [gdal-dev] WMS supported SRS

2024-09-10 Thread Rahkonen Jukka via gdal-dev
name." -Jukka Rahkonen- Lähettäjä: Michał Kowalczuk Lähetetty: tiistai 10. syyskuuta 2024 16.32 Vastaanottaja: Rahkonen Jukka Kopio: gdal-dev@lists.osgeo.org Aihe: Re: [gdal-dev] WMS supported SRS Thank you for your feedback. My comments are below: It means that there are tens of tho

Re: [gdal-dev] WMS supported SRS

2024-09-10 Thread Michał Kowalczuk via gdal-dev
be reported under some metadata domain that user could read on >> demand? >> >> >> >> -Jukka Rahkonen- >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >>

Re: [gdal-dev] WMS supported SRS

2024-09-10 Thread Michał Kowalczuk via gdal-dev
list could be reported under some metadata domain that user could read on > demand? > > > > -Jukka Rahkonen- > > > > > > > > > > > > > > > > > > > > *Lähettäjä:* gdal-dev *Puolesta *Michal > Kowalczuk via gdal-dev > *Lähetetty:* tiistai 10. s

Re: [gdal-dev] WMS supported SRS

2024-09-10 Thread Rahkonen Jukka via gdal-dev
.osgeo.org Aihe: Re: [gdal-dev] WMS supported SRS I found that there was a similar issue in 2021 without any specific answer: https://www.mail-archive.com/gdal-dev@lists.osgeo.org/msg35549.html I wonder if getting SUBDATASETS shouldn't return the result in a similar way as it does for WMTS

Re: [gdal-dev] WMS supported SRS

2024-09-10 Thread Even Rouault via gdal-dev
Michał, Le 10/09/2024 à 14:14, Michał Kowalczuk via gdal-dev a écrit : I found that there was a similar issue in 2021 without any specific answer: https://www.mail-archive.com/gdal-dev@lists.osgeo.org/msg35549.html I wonder if getting SUBDATASETS shouldn't return the result in a similar way a

Re: [gdal-dev] WMS supported SRS

2024-09-10 Thread Michał Kowalczuk via gdal-dev
I found that there was a similar issue in 2021 without any specific answer: https://www.mail-archive.com/gdal-dev@lists.osgeo.org/msg35549.html I wonder if getting SUBDATASETS shouldn't return the result in a similar way as it does for WMTS service, where GDAL generates paths to all layer/tilematr

[gdal-dev] WMS supported SRS

2024-09-09 Thread Michał Kowalczuk via gdal-dev
Hi, Does GDAL provides a method to get supported spatial reference systems by WMS service? *GDALGetMetadata(SUBDATASETS) *generate links only for the first (default) SRS from GetCapabilities, so this won't be helpful. Working with WFS I can get supported SRS using OGR *OGR_L_GetSupportedSRSList *fu