ngiab-data-preprocess 4.0.4__py3-none-any.whl → 4.0.5__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.
- map_app/templates/index.html +4 -4
- {ngiab_data_preprocess-4.0.4.dist-info → ngiab_data_preprocess-4.0.5.dist-info}/METADATA +3 -2
- {ngiab_data_preprocess-4.0.4.dist-info → ngiab_data_preprocess-4.0.5.dist-info}/RECORD +7 -7
- {ngiab_data_preprocess-4.0.4.dist-info → ngiab_data_preprocess-4.0.5.dist-info}/WHEEL +1 -1
- {ngiab_data_preprocess-4.0.4.dist-info → ngiab_data_preprocess-4.0.5.dist-info}/entry_points.txt +0 -0
- {ngiab_data_preprocess-4.0.4.dist-info → ngiab_data_preprocess-4.0.5.dist-info/licenses}/LICENSE +0 -0
- {ngiab_data_preprocess-4.0.4.dist-info → ngiab_data_preprocess-4.0.5.dist-info}/top_level.txt +0 -0
map_app/templates/index.html
CHANGED
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/main.css') }}">
|
|
11
11
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/toggle.css') }}">
|
|
12
12
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
|
|
13
|
-
<script src="https://unpkg.com/maplibre-gl@^
|
|
14
|
-
<script src="https://unpkg.com/pmtiles@
|
|
15
|
-
<link href="https://unpkg.com/maplibre-gl@^
|
|
13
|
+
<script src="https://unpkg.com/maplibre-gl@^5.2.0/dist/maplibre-gl.js"></script>
|
|
14
|
+
<script src="https://unpkg.com/pmtiles@latest/dist/pmtiles.js"></script>
|
|
15
|
+
<link href="https://unpkg.com/maplibre-gl@^5.2.0/dist/maplibre-gl.css" rel="stylesheet" />
|
|
16
16
|
</head>
|
|
17
17
|
|
|
18
18
|
<body>
|
|
@@ -130,4 +130,4 @@
|
|
|
130
130
|
|
|
131
131
|
</body>
|
|
132
132
|
|
|
133
|
-
</html>
|
|
133
|
+
</html>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: ngiab_data_preprocess
|
|
3
|
-
Version: 4.0.
|
|
3
|
+
Version: 4.0.5
|
|
4
4
|
Summary: Graphical Tools for creating Next Gen Water model input data.
|
|
5
5
|
Author-email: Josh Cunningham <jcunningham8@ua.edu>
|
|
6
6
|
Project-URL: Homepage, https://github.com/CIROH-UA/NGIAB_data_preprocess
|
|
@@ -37,6 +37,7 @@ Provides-Extra: eval
|
|
|
37
37
|
Requires-Dist: ngiab_eval; extra == "eval"
|
|
38
38
|
Provides-Extra: plot
|
|
39
39
|
Requires-Dist: ngiab_eval[plot]; extra == "plot"
|
|
40
|
+
Dynamic: license-file
|
|
40
41
|
|
|
41
42
|
# NGIAB Data Preprocess
|
|
42
43
|
|
|
@@ -31,14 +31,14 @@ map_app/static/resources/dark-style.json,sha256=iD9RXryjL-NLbJTbODoAkmx3jhXCUqTJ
|
|
|
31
31
|
map_app/static/resources/light-style.json,sha256=DaE52qKpAkjiWSKY_z7LxreqA2rW4ZyQkhUWE5VIo3Y,418612
|
|
32
32
|
map_app/static/resources/loading.gif,sha256=ggdkZf1AD7rSwIpSJwfiIqANgmVV1WHlxGuKxQKv7uY,72191
|
|
33
33
|
map_app/static/resources/screenshot.jpg,sha256=Ia358aX-OHM9BP4B8lX05cLnguF2fHUIimno9bnFLYw,253730
|
|
34
|
-
map_app/templates/index.html,sha256=
|
|
34
|
+
map_app/templates/index.html,sha256=ITRzQEYn15sFN4qRACjaNj5muhalOeP9n_IwcdsIlUs,6631
|
|
35
35
|
ngiab_data_cli/__main__.py,sha256=_m0bhAXdyLeZBuh03PKNXlJ6BUJnZDR-xZIbFyRH8iE,10164
|
|
36
36
|
ngiab_data_cli/arguments.py,sha256=7ptImy8tLM1XvjfDr13tZszkjGVtenXo0KqllJeE3Mw,4372
|
|
37
37
|
ngiab_data_cli/custom_logging.py,sha256=iS2XozaxudcxQj17qAsrCgbVK9LJAYAPmarJuVWJo1k,1280
|
|
38
38
|
ngiab_data_cli/forcing_cli.py,sha256=lkcqWDk5H8IPyGv0DwLIZMQldqTUXpfwSX0C_RIuIJ8,3890
|
|
39
|
-
ngiab_data_preprocess-4.0.
|
|
40
|
-
ngiab_data_preprocess-4.0.
|
|
41
|
-
ngiab_data_preprocess-4.0.
|
|
42
|
-
ngiab_data_preprocess-4.0.
|
|
43
|
-
ngiab_data_preprocess-4.0.
|
|
44
|
-
ngiab_data_preprocess-4.0.
|
|
39
|
+
ngiab_data_preprocess-4.0.5.dist-info/licenses/LICENSE,sha256=6dMSprwwnsRzEm02mEDbKHD9dUbL8bPIt9Vhrhb0Ulk,1081
|
|
40
|
+
ngiab_data_preprocess-4.0.5.dist-info/METADATA,sha256=RkqbXcc3Ac-4qJvLCn-qiCnUV2DCFfoSpp-QdZcuCWw,9433
|
|
41
|
+
ngiab_data_preprocess-4.0.5.dist-info/WHEEL,sha256=tTnHoFhvKQHCh4jz3yCn0WPTYIy7wXx3CJtJ7SJGV7c,91
|
|
42
|
+
ngiab_data_preprocess-4.0.5.dist-info/entry_points.txt,sha256=spwlhKEJ3ZnNETQsJGeTjD7Vwy8O_zGHb9GdX8ACCtw,128
|
|
43
|
+
ngiab_data_preprocess-4.0.5.dist-info/top_level.txt,sha256=CjhYAUZrdveR2fOK6rxffU09VIN2IuPD7hk4V3l3pV0,52
|
|
44
|
+
ngiab_data_preprocess-4.0.5.dist-info/RECORD,,
|
{ngiab_data_preprocess-4.0.4.dist-info → ngiab_data_preprocess-4.0.5.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{ngiab_data_preprocess-4.0.4.dist-info → ngiab_data_preprocess-4.0.5.dist-info/licenses}/LICENSE
RENAMED
|
File without changes
|
{ngiab_data_preprocess-4.0.4.dist-info → ngiab_data_preprocess-4.0.5.dist-info}/top_level.txt
RENAMED
|
File without changes
|