Skip to content

Commit

Permalink
Merge pull request #563 from nsidc/update-earthquakes
Browse files Browse the repository at this point in the history
Update earthquakes layer through 2022
  • Loading branch information
trey-stafford committed Jun 20, 2023
2 parents 8b15e3a + b7d0fc2 commit e590772
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions qgreenland/config/cfg-lock.json

Large diffs are not rendered by default.

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 e590772

Please sign in to comment.