Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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