rio-tiler 7.7.3__py3-none-any.whl → 7.7.3.post1__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/reader.py +1 -1
- {rio_tiler-7.7.3.dist-info → rio_tiler-7.7.3.post1.dist-info}/METADATA +1 -1
- {rio_tiler-7.7.3.dist-info → rio_tiler-7.7.3.post1.dist-info}/RECORD +7 -7
- {rio_tiler-7.7.3.dist-info → rio_tiler-7.7.3.post1.dist-info}/WHEEL +0 -0
- {rio_tiler-7.7.3.dist-info → rio_tiler-7.7.3.post1.dist-info}/licenses/AUTHORS.txt +0 -0
- {rio_tiler-7.7.3.dist-info → rio_tiler-7.7.3.post1.dist-info}/licenses/LICENSE +0 -0
rio_tiler/__init__.py
CHANGED
rio_tiler/reader.py
CHANGED
|
@@ -308,7 +308,7 @@ def read(
|
|
|
308
308
|
data,
|
|
309
309
|
bounds=out_bounds,
|
|
310
310
|
crs=dataset.crs,
|
|
311
|
-
band_names=[
|
|
311
|
+
band_names=[f"b{idx}" for idx in indexes],
|
|
312
312
|
dataset_statistics=dataset_statistics,
|
|
313
313
|
metadata=dataset.tags(),
|
|
314
314
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rio-tiler
|
|
3
|
-
Version: 7.7.3
|
|
3
|
+
Version: 7.7.3.post1
|
|
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=RiZ2fKC2ocRa--hhqbeoXia1GsdgdoppjH8AgLcvOwY,198
|
|
2
2
|
rio_tiler/colormap.py,sha256=E2FYp6AysmnSAhj2901XUrgB2q-8OvO8zoe_hmM_UZU,11186
|
|
3
3
|
rio_tiler/constants.py,sha256=55i-7JZDupTXZdLgxL03KsgM4lAzuGuIVP1zZKktzp0,426
|
|
4
4
|
rio_tiler/errors.py,sha256=dnaAHPc5VL7SNKXm00gzlrU_4XIuw5rwzD-9Q2kFJsc,2018
|
|
@@ -7,7 +7,7 @@ rio_tiler/logger.py,sha256=RR8lnW3uVXkFkPa3nNJS_tTndmdiNNDVXpCDGDxGf0A,81
|
|
|
7
7
|
rio_tiler/models.py,sha256=jmFmqrJghjLlPdxceccGvhhsQg9zqkIZUbST6BzAJbQ,27878
|
|
8
8
|
rio_tiler/profiles.py,sha256=EAx2JdcaOcMw5PZjxbCqQBXXWMac9mjtpHoVFPJEDNQ,1562
|
|
9
9
|
rio_tiler/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10
|
-
rio_tiler/reader.py,sha256=
|
|
10
|
+
rio_tiler/reader.py,sha256=nWw1Eq7I06zvYrizXvSMkXjd2g3HpeW8XNMc1okwLR8,25153
|
|
11
11
|
rio_tiler/tasks.py,sha256=tiQo24rZHBVxids40QkNInuMzDFEei08zYW3I_pkSVE,3157
|
|
12
12
|
rio_tiler/types.py,sha256=R9XOL-EEb_cwbD4SFNVmViXC84D2p4BEVNCXg0nlh7I,1684
|
|
13
13
|
rio_tiler/utils.py,sha256=iWBm0uoWAbZ1dna5sT1JtjmdvwwVpvB1_uLr0zYbL5M,30611
|
|
@@ -235,8 +235,8 @@ rio_tiler/mosaic/reader.py,sha256=KSk6DaUJRN4Ye8lJ-V12sl5i2FN6y9o4wS1GzVSmtgU,10
|
|
|
235
235
|
rio_tiler/mosaic/methods/__init__.py,sha256=tgkXM9skaTLXIm5QFoheOEznQXM97KGflcAWHfkrt1g,612
|
|
236
236
|
rio_tiler/mosaic/methods/base.py,sha256=9YZJWVRwH5Fk9KO9q5CW52Q8Mf60tAJ21oM4ixEDXBo,1424
|
|
237
237
|
rio_tiler/mosaic/methods/defaults.py,sha256=P-zSVVgvQ2oRiMchC3bMqIYLTX7H3743jsD_VmqStxM,7642
|
|
238
|
-
rio_tiler-7.7.3.dist-info/METADATA,sha256=
|
|
239
|
-
rio_tiler-7.7.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
240
|
-
rio_tiler-7.7.3.dist-info/licenses/AUTHORS.txt,sha256=FCVd4Tjg-8syl0ZugCunpXER8X2-XonW2ZfllyTnRvE,158
|
|
241
|
-
rio_tiler-7.7.3.dist-info/licenses/LICENSE,sha256=vq8Tt4KoYQT9JxAjQ4yXMmmhFYRTsBRgrOj-ao-bC5o,1517
|
|
242
|
-
rio_tiler-7.7.3.dist-info/RECORD,,
|
|
238
|
+
rio_tiler-7.7.3.post1.dist-info/METADATA,sha256=4NXadjaAy_I9zq71dSp_Wcv0u4fd8wcNFhWOR-bn7-s,12239
|
|
239
|
+
rio_tiler-7.7.3.post1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
240
|
+
rio_tiler-7.7.3.post1.dist-info/licenses/AUTHORS.txt,sha256=FCVd4Tjg-8syl0ZugCunpXER8X2-XonW2ZfllyTnRvE,158
|
|
241
|
+
rio_tiler-7.7.3.post1.dist-info/licenses/LICENSE,sha256=vq8Tt4KoYQT9JxAjQ4yXMmmhFYRTsBRgrOj-ao-bC5o,1517
|
|
242
|
+
rio_tiler-7.7.3.post1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|