Skip to content

Commit 29d58ca

Browse files
authored
Update NWI legend (#604)
1 parent f6c08f0 commit 29d58ca

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/notebooks/84_read_parquet.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"metadata": {},
2222
"outputs": [],
2323
"source": [
24-
"# %pip install -U leafmap lonboard"
24+
"# %pip install -U leafmap lonboard==0.3.0"
2525
]
2626
},
2727
{
@@ -170,7 +170,7 @@
170170
" \"Riverine\": (1, 144, 191),\n",
171171
" \"Lake\": (19, 0, 124),\n",
172172
" \"Estuarine and Marine Deepwater\": (0, 124, 136),\n",
173-
" \"Other Freshwater Wetland\": (178, 134, 86),\n",
173+
" \"Other\": (178, 134, 86),\n",
174174
" }"
175175
]
176176
},
@@ -230,7 +230,7 @@
230230
"name": "python",
231231
"nbconvert_exporter": "python",
232232
"pygments_lexer": "ipython3",
233-
"version": "3.11.5"
233+
"version": "3.11.6"
234234
}
235235
},
236236
"nbformat": 4,

examples/notebooks/84_read_parquet.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"metadata": {},
2222
"outputs": [],
2323
"source": [
24-
"# %pip install -U leafmap lonboard"
24+
"# %pip install -U leafmap lonboard==0.3.0"
2525
]
2626
},
2727
{
@@ -170,7 +170,7 @@
170170
" \"Riverine\": (1, 144, 191),\n",
171171
" \"Lake\": (19, 0, 124),\n",
172172
" \"Estuarine and Marine Deepwater\": (0, 124, 136),\n",
173-
" \"Other Freshwater Wetland\": (178, 134, 86),\n",
173+
" \"Other\": (178, 134, 86),\n",
174174
" }"
175175
]
176176
},
@@ -230,7 +230,7 @@
230230
"name": "python",
231231
"nbconvert_exporter": "python",
232232
"pygments_lexer": "ipython3",
233-
"version": "3.11.5"
233+
"version": "3.11.6"
234234
}
235235
},
236236
"nbformat": 4,

leafmap/legends.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"Riverine": (1, 144, 191),
3636
"Lake": (19, 0, 124),
3737
"Estuarine and Marine Deepwater": (0, 124, 136),
38-
"Other Freshwater Wetland": (178, 134, 86),
38+
"Other": (178, 134, 86),
3939
},
4040
# MCD12Q1.051 Land Cover Type Yearly Global 500m https://developers.google.com/earth-engine/datasets/catalog/MODIS_051_MCD12Q1
4141
"MODIS/051/MCD12Q1": {

0 commit comments

Comments
 (0)