Skip to content

Commit

Permalink
notebook update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 4, 2024
1 parent 528fa40 commit fd7fc41
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions opensky/opensky.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
"outputs": [],
"source": [
"import warnings\n",
"warnings.filterwarnings(\"ignore\", category=FutureWarning, message=\".*observed=False.*\")"
"warnings.filterwarnings(\"ignore\", category=FutureWarning)"
]
},
{
Expand Down Expand Up @@ -256,8 +256,7 @@
"radius = 150000\n",
"mercator_cities = {city: ll_en(lon, lat) for city, (lon, lat) in cities.items()}\n",
"city_ranges = {city: dict(xlim=(lon-radius, lon+radius), ylim=(lat-radius, lat+radius))\n",
" for city, (lon, lat) in mercator_cities.items()}\n",
"\n"
" for city, (lon, lat) in mercator_cities.items()}"
]
},
{
Expand Down

0 comments on commit fd7fc41

Please sign in to comment.