rio-tiler 7.3.0__py3-none-any.whl → 7.3.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- rio_tiler/__init__.py +1 -1
- rio_tiler/io/stac.py +2 -1
- {rio_tiler-7.3.0.dist-info → rio_tiler-7.3.1.dist-info}/METADATA +1 -1
- {rio_tiler-7.3.0.dist-info → rio_tiler-7.3.1.dist-info}/RECORD +7 -7
- {rio_tiler-7.3.0.dist-info → rio_tiler-7.3.1.dist-info}/WHEEL +0 -0
- {rio_tiler-7.3.0.dist-info → rio_tiler-7.3.1.dist-info}/licenses/AUTHORS.txt +0 -0
- {rio_tiler-7.3.0.dist-info → rio_tiler-7.3.1.dist-info}/licenses/LICENSE +0 -0
rio_tiler/__init__.py
CHANGED
rio_tiler/io/stac.py
CHANGED
|
@@ -21,6 +21,7 @@ import attr
|
|
|
21
21
|
import httpx
|
|
22
22
|
import pystac
|
|
23
23
|
import rasterio
|
|
24
|
+
from affine import Affine
|
|
24
25
|
from cachetools import LRUCache, cached
|
|
25
26
|
from cachetools.keys import hashkey
|
|
26
27
|
from morecantile import TileMatrixSet
|
|
@@ -277,7 +278,7 @@ class STACReader(MultiBaseReader):
|
|
|
277
278
|
]
|
|
278
279
|
):
|
|
279
280
|
self.height, self.width = self.item.ext.proj.shape
|
|
280
|
-
self.transform = self.item.ext.proj.transform
|
|
281
|
+
self.transform = Affine(*self.item.ext.proj.transform)
|
|
281
282
|
self.bounds = array_bounds(self.height, self.width, self.transform)
|
|
282
283
|
self.crs = rasterio.crs.CRS.from_string(self.item.ext.proj.crs_string)
|
|
283
284
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rio-tiler
|
|
3
|
-
Version: 7.3.
|
|
3
|
+
Version: 7.3.1
|
|
4
4
|
Summary: User friendly Rasterio plugin to read raster datasets.
|
|
5
5
|
Project-URL: Homepage, https://cogeotiff.github.io/rio-tiler/
|
|
6
6
|
Project-URL: Documentation, https://cogeotiff.github.io/rio-tiler/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
rio_tiler/__init__.py,sha256=
|
|
1
|
+
rio_tiler/__init__.py,sha256=Qn8KJDJrgznBtNMGoLMkMKkCsZbMGn0l6encUiFNVyw,192
|
|
2
2
|
rio_tiler/colormap.py,sha256=Ale0ToTrEKwP3JOhrySYKuQsfeeTgJT1YGBcmdssJ0k,11411
|
|
3
3
|
rio_tiler/constants.py,sha256=55i-7JZDupTXZdLgxL03KsgM4lAzuGuIVP1zZKktzp0,426
|
|
4
4
|
rio_tiler/errors.py,sha256=4I3i0e1FtkLX5sIX6dfhUMUj3SWWoKqkjCkSG7k5i2M,1901
|
|
@@ -226,15 +226,15 @@ rio_tiler/cmap_data/ylorrd_r.npy,sha256=K5uiHNHbLxV5SizyT09cSVAxldE-BW5GpOXxUp7U
|
|
|
226
226
|
rio_tiler/io/__init__.py,sha256=_L4iILm6vSiJ14GEDDOvkuUHRtbWC9oqx6Bu8PxHhvA,270
|
|
227
227
|
rio_tiler/io/base.py,sha256=nyaAtfodM-5fXd1WsGG5Qh544PNv9Hy4FLQ_nPj8hw8,52154
|
|
228
228
|
rio_tiler/io/rasterio.py,sha256=9GtbUPialsFMnxVUKrJ8ZItC3sWS8zddrO8aiPG07AU,29011
|
|
229
|
-
rio_tiler/io/stac.py,sha256=
|
|
229
|
+
rio_tiler/io/stac.py,sha256=kIEW4F71PouXF-Ubpz-VVXujnp8LqftptPKDo_J3BTw,12831
|
|
230
230
|
rio_tiler/io/xarray.py,sha256=zuNhrtlutmA1zrD_9zB2x6UWQOGSvuiI5wUcx7VIjcQ,20624
|
|
231
231
|
rio_tiler/mosaic/__init__.py,sha256=Yj6CKpnFl8PJhLSp-a55wo33hKZ8-6OOBJtWA1HZVy8,118
|
|
232
232
|
rio_tiler/mosaic/reader.py,sha256=_YBwTJwHvXOzKwpNpOmmh0F4yicyxgWo9vHyof3w_Do,9686
|
|
233
233
|
rio_tiler/mosaic/methods/__init__.py,sha256=tgkXM9skaTLXIm5QFoheOEznQXM97KGflcAWHfkrt1g,612
|
|
234
234
|
rio_tiler/mosaic/methods/base.py,sha256=9YZJWVRwH5Fk9KO9q5CW52Q8Mf60tAJ21oM4ixEDXBo,1424
|
|
235
235
|
rio_tiler/mosaic/methods/defaults.py,sha256=z34lna2wGXnAPwculjk_6hDrloqS8wzer68FFoIo7pg,6744
|
|
236
|
-
rio_tiler-7.3.
|
|
237
|
-
rio_tiler-7.3.
|
|
238
|
-
rio_tiler-7.3.
|
|
239
|
-
rio_tiler-7.3.
|
|
240
|
-
rio_tiler-7.3.
|
|
236
|
+
rio_tiler-7.3.1.dist-info/METADATA,sha256=PlRmGAOWtTN-QZOVITnJGB6i05bbBMXHkHhbA3vLPVE,12251
|
|
237
|
+
rio_tiler-7.3.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
238
|
+
rio_tiler-7.3.1.dist-info/licenses/AUTHORS.txt,sha256=FCVd4Tjg-8syl0ZugCunpXER8X2-XonW2ZfllyTnRvE,158
|
|
239
|
+
rio_tiler-7.3.1.dist-info/licenses/LICENSE,sha256=vq8Tt4KoYQT9JxAjQ4yXMmmhFYRTsBRgrOj-ao-bC5o,1517
|
|
240
|
+
rio_tiler-7.3.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|