mpress quite a large area of a raster into
> a single line of pixels? You have probably some interesting use case.
>
>
>
> -Jukka Rahkonen-
>
>
>
> *Lähettäjä:* Michał Kowalczuk
> *Lähetetty:* perjantai 30. elokuuta 2024 10.28
> *Vastaanottaja:* Rahkonen Jukka
into a
single line of pixels? You have probably some interesting use case.
-Jukka Rahkonen-
Lähettäjä: Michał Kowalczuk
Lähetetty: perjantai 30. elokuuta 2024 10.28
Vastaanottaja: Rahkonen Jukka
Kopio: Robert Coup ; gdal-dev@lists.osgeo.org
Aihe: Re: [gdal-dev] WMTS gdal_translate vs RasterIO
> *Lähetetty:* perjantai 30. elokuuta 2024 9.59
> *Vastaanottaja:* Robert Coup
> *Kopio:* gdal-dev@lists.osgeo.org; Rahkonen Jukka <
> jukka.rahko...@maanmittauslaitos.fi>
> *Aihe:* Re: [gdal-dev] WMTS gdal_translate vs RasterIO
>
>
>
> Sorry for incorrect sample comm
: perjantai 30. elokuuta 2024 9.59
Vastaanottaja: Robert Coup
Kopio: gdal-dev@lists.osgeo.org; Rahkonen Jukka
Aihe: Re: [gdal-dev] WMTS gdal_translate vs RasterIO
Sorry for incorrect sample commands in the last message.
I fixed it. The problem stays the same, because the problem was in email not in
my
Sorry for incorrect sample commands in the last message.
I fixed it. The problem stays the same, because the problem was in email
not in my tested code.
*gdal_translate -srcwin 0 0 1073741760 1553779 -outsize 691 1
"WMTS:https://basemap.nationalmap.gov/arcgis/rest/services/USGSHydroCached/MapServer
I see. I will double check commands, fix and return to this.
W dniu czw., 29.08.2024 o 12:20 Robert Coup
napisał(a):
> Hi Michał,
>
> In addition to Jukka's key point:
>
> nBufXSize=1,
> nBufYSize=691,
>
> appears to be backwards wrt:
>
> -outsize 691 1
>
> Rob :)
>
___
Hi Michał,
In addition to Jukka's key point:
nBufXSize=1,
nBufYSize=691,
appears to be backwards wrt:
-outsize 691 1
Rob :)
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev
Hi,
For some reason, your code generates a request that is pointing to another
tilematrixset. Gdal_translate is using "GoogleMapsCompatible" but with your
code the "default028mm" gets used. Comparison does not make sense before you
get both requests to use the same tilemetrixset.
-Jukka Rahkon