Skip to content

Commit

Permalink
update dates
Browse files Browse the repository at this point in the history
  • Loading branch information
xoolive committed May 27, 2024
1 parent b3727f9 commit de89bed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/opensky_coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from traffic.data import opensky

cov_2023 = opensky.api_global_coverage("2023-01-01")
cov_2023 = opensky.api_global_coverage("2024-05-01")
cov_2018 = opensky.api_global_coverage("2018-01-01")

# %%
Expand Down Expand Up @@ -61,7 +61,7 @@
)

ax[0].set_title("2018", x=0.05, y=0, fontsize=18)
ax[1].set_title("2023", x=0.05, y=0, fontsize=18)
ax[1].set_title("2024", x=0.05, y=0, fontsize=18)

fig.savefig("opensky_coverage.png")
# %%

0 comments on commit de89bed

Please sign in to comment.