Skip to content

Commit

Permalink
Merge pull request #1744 from nextstrain/default-geolocation-rules
Browse files Browse the repository at this point in the history
Add default geolocation rules
  • Loading branch information
joverlee521 authored Feb 11, 2025
2 parents eb8c8ac + 58eade9 commit fa13f29
Show file tree
Hide file tree
Showing 5 changed files with 45,137 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## __NEXT__

### Major Changes

* Updated default latitudes and longitudes for geography traits that includes location name changes. See the pull request for more details. [#1744][] (@joverlee521)

### Features

* Added standard geolocation rules in "augur/data/geolocation_rules.tsv" that can be used with `augur curate apply-geolocation-rules`. [#1744][] (@joverlee521)

[#1744]: https://github.com/nextstrain/augur/pull/1744

## 28.0.1 (10 February 2025)

Expand Down
28 changes: 28 additions & 0 deletions LICENSE.nextstrain-ncov-ingest
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
This license applies to the original copy of "source-data/gisaid_geoLocationRules.tsv"
from the Nextstrain ncov-ingest project into this project as
"augur/data/geolocation_rules.tsv".

Any subsequent modifications to this project's copy are licensed under the
license of this project, not of Nextstrain ncov-ingest.

MIT License

Copyright (c) 2020 Nextstrain

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading

0 comments on commit fa13f29

Please sign in to comment.