Re: [gdal-dev] GDAL WMTS get tiles no documentation

2024-05-31 Thread Michał Kowalczuk via gdal-dev
own code. If programmers think that way, I do > not know. > > > > -Jukka- > > > > *Lähettäjä:* Michał Kowalczuk > *Lähetetty:* perjantai 31. toukokuuta 2024 16.32 > *Vastaanottaja:* Rahkonen Jukka > *Kopio:* Even Rouault ; > gdal-dev@lists.osgeo.org > *Aihe:* Re

Re: [gdal-dev] GDAL WMTS get tiles no documentation

2024-05-31 Thread Rahkonen Jukka via gdal-dev
Jukka Kopio: Even Rouault ; gdal-dev@lists.osgeo.org Aihe: Re: [gdal-dev] GDAL WMTS get tiles no documentation Thank you Rukka, Since -srcwin and -projwin are options only for gdal_translate utility, your suggestion leads me to use GDALTranslate() function with these parameters. This means

Re: [gdal-dev] GDAL WMTS get tiles no documentation

2024-05-31 Thread Rahkonen Jukka via gdal-dev
jä: Michał Kowalczuk mailto:michkowalc...@gmail.com>> Lähetetty: perjantai 31. toukokuuta 2024 16.58 Vastaanottaja: Rahkonen Jukka mailto:jukka.rahko...@maanmittauslaitos.fi>> Kopio: Even Rouault mailto:even.roua...@spatialys.com>>; gdal-dev@lists.osgeo.org<mailto:gdal-dev@lists.osge

Re: [gdal-dev] GDAL WMTS get tiles no documentation

2024-05-31 Thread Michał Kowalczuk via gdal-dev
hole WMTS >> layer and it is used for example if gdal_translate is run without spatial >> selection (-srcwin or -projwin). Touch in your future code things which are >> equivalent to -srcwin or -projwin of gdal_translate. >> >> >> >> -Jukka Rahkonen- &

Re: [gdal-dev] GDAL WMTS get tiles no documentation

2024-05-31 Thread Michał Kowalczuk via gdal-dev
en- > > > > *Lähettäjä:* Michał Kowalczuk > *Lähetetty:* perjantai 31. toukokuuta 2024 15.45 > *Vastaanottaja:* Even Rouault > *Kopio:* Rahkonen Jukka ; > gdal-dev@lists.osgeo.org > *Aihe:* Re: [gdal-dev] GDAL WMTS get tiles no documentation > > > > Hi, thank you for your

Re: [gdal-dev] GDAL WMTS get tiles no documentation

2024-05-31 Thread Rahkonen Jukka via gdal-dev
alczuk Lähetetty: perjantai 31. toukokuuta 2024 15.45 Vastaanottaja: Even Rouault Kopio: Rahkonen Jukka ; gdal-dev@lists.osgeo.org Aihe: Re: [gdal-dev] GDAL WMTS get tiles no documentation Hi, thank you for your replies! As I'm still a newbie especially with WMTS. I need to take a step back to

Re: [gdal-dev] GDAL WMTS get tiles no documentation

2024-05-31 Thread Michał Kowalczuk via gdal-dev
äjä:* Javier Jimenez Shaw >> *Lähetetty:* keskiviikko 29. toukokuuta 2024 10.41 >> *Vastaanottaja:* Rahkonen Jukka >> *Kopio:* Michał Kowalczuk ; >> gdal-dev@lists.osgeo.org >> *Aihe:* Re: [gdal-dev] GDAL WMTS get tiles no documentation >> >> >> >>

Re: [gdal-dev] GDAL WMTS get tiles no documentation

2024-05-29 Thread Even Rouault via gdal-dev
Jimenez Shaw *Lähetetty:* keskiviikko 29. toukokuuta 2024 10.41 *Vastaanottaja:* Rahkonen Jukka *Kopio:* Michał Kowalczuk ; gdal-dev@lists.osgeo.org *Aihe:* Re: [gdal-dev] GDAL WMTS get tiles no documentation On Wed, 29 May 2024 at 08:59, Rahkonen Jukka via gdal-dev

Re: [gdal-dev] GDAL WMTS get tiles no documentation

2024-05-29 Thread Michał Kowalczuk via gdal-dev
konen- > > > > *Lähettäjä:* Javier Jimenez Shaw > *Lähetetty:* keskiviikko 29. toukokuuta 2024 10.41 > *Vastaanottaja:* Rahkonen Jukka > *Kopio:* Michał Kowalczuk ; > gdal-dev@lists.osgeo.org > *Aihe:* Re: [gdal-dev] GDAL WMTS get tiles no documentation > > > &g

Re: [gdal-dev] GDAL WMTS get tiles no documentation

2024-05-29 Thread Rahkonen Jukka via gdal-dev
: keskiviikko 29. toukokuuta 2024 10.41 Vastaanottaja: Rahkonen Jukka Kopio: Michał Kowalczuk ; gdal-dev@lists.osgeo.org Aihe: Re: [gdal-dev] GDAL WMTS get tiles no documentation On Wed, 29 May 2024 at 08:59, Rahkonen Jukka via gdal-dev mailto:gdal-dev@lists.osgeo.org>> wrote: Hi, When yo

Re: [gdal-dev] GDAL WMTS get tiles no documentation

2024-05-29 Thread Javier Jimenez Shaw via gdal-dev
On Wed, 29 May 2024 at 08:59, Rahkonen Jukka via gdal-dev < gdal-dev@lists.osgeo.org> wrote: > Hi, > > > > When you have a RasterBand from the WMTS data source, it is abstracted > and you can read the raster data just like from any other data source and > raster band > https://gdal.org/tutorials/

Re: [gdal-dev] GDAL WMTS get tiles no documentation

2024-05-29 Thread Rahkonen Jukka via gdal-dev
Hi, When you have a RasterBand from the WMTS data source, it is abstracted and you can read the raster data just like from any other data source and raster band https://gdal.org/tutorials/raster_api_tut.html#reading-raster-data "There are a few ways to read raster data, but the most common is