Skip to content

Commit

Permalink
Merge pull request #47 from developmentseed/fix-afg-earthquake-22-vec…
Browse files Browse the repository at this point in the history
…tor-jupyterhub

Fix afg-earthquake-22-vector notebook
  • Loading branch information
wrynearson authored May 15, 2024
2 parents a970fa4 + 1518375 commit ae60084
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions notebooks/afg-earthquake-22-vector.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -757,9 +757,7 @@
}
],
"source": [
"import urllib\n",
"\n",
"bbox = urllib.parse.quote(f\"{shake_bbox[0]}, {shake_bbox[1]}, {shake_bbox[2]}, {shake_bbox[3]}\")\n",
"bbox = f\"{shake_bbox[0]}, {shake_bbox[1]}, {shake_bbox[2]}, {shake_bbox[3]}\"\n",
"\n",
"# runs non-stop without bbox\n",
"hexbin_items = get_all_items(population_hexbins_url, bbox=bbox) # ~2m\n",
Expand Down

0 comments on commit ae60084

Please sign in to comment.