Skip to content

Commit

Permalink
replace pct URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Augspurger committed Nov 9, 2023
1 parent 1f58ec5 commit b718449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasets/chesapeake/chesapeake-example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@
],
"source": [
"classmap = requests.get(\n",
" \"https://pct-apis-staging.westeurope.cloudapp.azure.com/data/legend/classmap/chesapeake-lu\" # noqa: E501\n",
" \"https://planetarycomputer.microsoft.com/api/data/v1/legend/classmap/chesapeake-lu\" # noqa: E501\n",
").json()\n",
"classmap"
]
Expand Down

0 comments on commit b718449

Please sign in to comment.