Skip to content

Commit

Permalink
Update NWI legend (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs authored Nov 13, 2023
1 parent f6c08f0 commit 29d58ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/notebooks/84_read_parquet.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"metadata": {},
"outputs": [],
"source": [
"# %pip install -U leafmap lonboard"
"# %pip install -U leafmap lonboard==0.3.0"
]
},
{
Expand Down Expand Up @@ -170,7 +170,7 @@
" \"Riverine\": (1, 144, 191),\n",
" \"Lake\": (19, 0, 124),\n",
" \"Estuarine and Marine Deepwater\": (0, 124, 136),\n",
" \"Other Freshwater Wetland\": (178, 134, 86),\n",
" \"Other\": (178, 134, 86),\n",
" }"
]
},
Expand Down Expand Up @@ -230,7 +230,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.11.6"
}
},
"nbformat": 4,
Expand Down
6 changes: 3 additions & 3 deletions examples/notebooks/84_read_parquet.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"metadata": {},
"outputs": [],
"source": [
"# %pip install -U leafmap lonboard"
"# %pip install -U leafmap lonboard==0.3.0"
]
},
{
Expand Down Expand Up @@ -170,7 +170,7 @@
" \"Riverine\": (1, 144, 191),\n",
" \"Lake\": (19, 0, 124),\n",
" \"Estuarine and Marine Deepwater\": (0, 124, 136),\n",
" \"Other Freshwater Wetland\": (178, 134, 86),\n",
" \"Other\": (178, 134, 86),\n",
" }"
]
},
Expand Down Expand Up @@ -230,7 +230,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.11.6"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion leafmap/legends.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"Riverine": (1, 144, 191),
"Lake": (19, 0, 124),
"Estuarine and Marine Deepwater": (0, 124, 136),
"Other Freshwater Wetland": (178, 134, 86),
"Other": (178, 134, 86),
},
# MCD12Q1.051 Land Cover Type Yearly Global 500m https://developers.google.com/earth-engine/datasets/catalog/MODIS_051_MCD12Q1
"MODIS/051/MCD12Q1": {
Expand Down

0 comments on commit 29d58ca

Please sign in to comment.