maps4fs 1.6.2__py3-none-any.whl → 1.6.3__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.
- maps4fs/generator/dtm/usgs.py +6 -1
- {maps4fs-1.6.2.dist-info → maps4fs-1.6.3.dist-info}/METADATA +1 -1
- {maps4fs-1.6.2.dist-info → maps4fs-1.6.3.dist-info}/RECORD +6 -6
- {maps4fs-1.6.2.dist-info → maps4fs-1.6.3.dist-info}/LICENSE.md +0 -0
- {maps4fs-1.6.2.dist-info → maps4fs-1.6.3.dist-info}/WHEEL +0 -0
- {maps4fs-1.6.2.dist-info → maps4fs-1.6.3.dist-info}/top_level.txt +0 -0
maps4fs/generator/dtm/usgs.py
CHANGED
@@ -33,6 +33,11 @@ class USGS1mProvider(DTMProvider):
|
|
33
33
|
_settings = USGS1mProviderSettings
|
34
34
|
_author = "[ZenJakey](https://github.com/ZenJakey)"
|
35
35
|
_is_community = True
|
36
|
+
_instructions = (
|
37
|
+
"ℹ️ Set the max local elevation to approx the local max elevation for your area in"
|
38
|
+
" meters. This will allow you to use heightScale 255 in GE with minimal tweaking."
|
39
|
+
" Setting this value too low can cause a flat map!"
|
40
|
+
)
|
36
41
|
|
37
42
|
_url = (
|
38
43
|
"https://tnmaccess.nationalmap.gov/api/v1/products?prodFormats=GeoTIFF,IMG&prodExtents="
|
@@ -123,7 +128,7 @@ class USGS1mProvider(DTMProvider):
|
|
123
128
|
datasets = [rasterio.open(file) for file in input_files]
|
124
129
|
|
125
130
|
# Merge datasets
|
126
|
-
mosaic, out_transform = merge(datasets)
|
131
|
+
mosaic, out_transform = merge(datasets, nodata=0)
|
127
132
|
|
128
133
|
# Get metadata from the first file and update it for the output
|
129
134
|
out_meta = datasets[0].meta.copy()
|
@@ -16,12 +16,12 @@ maps4fs/generator/texture.py,sha256=dtMpNkmJalaV5IOuv6vhVQHmjbfaWZGYZSSfhs2_m8U,
|
|
16
16
|
maps4fs/generator/dtm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
17
|
maps4fs/generator/dtm/dtm.py,sha256=azy-RWsc5PgenKDtgG0lrddMwWEw1hYzdng9V8zphMk,9167
|
18
18
|
maps4fs/generator/dtm/srtm.py,sha256=2-pX6bWrJX6gr8IM7ueX6mm_PW7_UQ58MtdzDHae2OQ,9030
|
19
|
-
maps4fs/generator/dtm/usgs.py,sha256=
|
19
|
+
maps4fs/generator/dtm/usgs.py,sha256=ZTi10RNDA3EBrsVg2ZoYrdN4uqiG1Jvk7FzdcKdgNkU,13408
|
20
20
|
maps4fs/toolbox/__init__.py,sha256=zZMLEkGzb4z0xql650gOtGSvcgX58DnJ2yN3vC2daRk,43
|
21
21
|
maps4fs/toolbox/background.py,sha256=9BXWNqs_n3HgqDiPztWylgYk_QM4YgBpe6_ZNQAWtSc,2154
|
22
22
|
maps4fs/toolbox/dem.py,sha256=z9IPFNmYbjiigb3t02ZenI3Mo8odd19c5MZbjDEovTo,3525
|
23
|
-
maps4fs-1.6.
|
24
|
-
maps4fs-1.6.
|
25
|
-
maps4fs-1.6.
|
26
|
-
maps4fs-1.6.
|
27
|
-
maps4fs-1.6.
|
23
|
+
maps4fs-1.6.3.dist-info/LICENSE.md,sha256=pTKD_oUexcn-yccFCTrMeLkZy0ifLRa-VNcDLqLZaIw,10749
|
24
|
+
maps4fs-1.6.3.dist-info/METADATA,sha256=TQauyiX5_h1vu-5ToYBGJOwHMNNiWied40jjkmTYCGI,36231
|
25
|
+
maps4fs-1.6.3.dist-info/WHEEL,sha256=A3WOREP4zgxI0fKrHUG8DC8013e3dK3n7a6HDbcEIwE,91
|
26
|
+
maps4fs-1.6.3.dist-info/top_level.txt,sha256=Ue9DSRlejRQRCaJueB0uLcKrWwsEq9zezfv5dI5mV1M,8
|
27
|
+
maps4fs-1.6.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|