Skip to content

Commit

Permalink
Update earthquakes layer through 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
trey-stafford committed Jun 15, 2023
1 parent 8b15e3a commit dc3accd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qgreenland/config/datasets/earthquakes.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from qgreenland.models.config.dataset import Dataset

query_start_date = dt.date(1900, 1, 1)
query_end_date = dt.date(2022, 1, 1)
query_end_date = dt.date(2023, 1, 1)


_longitude_step = 2
Expand Down
2 changes: 1 addition & 1 deletion qgreenland/config/layers/Geology/earthquakes.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

earthquakes = Layer(
id="earthquakes",
title="Earthquakes M above 2.5 1900-2020",
title="Earthquakes M above 2.5 1900-2022",
description=("""Location and magnitude of earthquakes."""),
tags=[],
style="earthquakes",
Expand Down

0 comments on commit dc3accd

Please sign in to comment.