Skip to content

Commit

Permalink
Add AU915 and update geojson
Browse files Browse the repository at this point in the history
  • Loading branch information
timcooijmans committed Mar 23, 2023
1 parent be414fb commit 853bb7b
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions generator/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
eez_v11.*
.venv
2 changes: 1 addition & 1 deletion generator/plans.geojson

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions generator/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
geojson==3.0.1
h3==3.7.6
numpy==1.24.2
Binary file modified go/frequency_plan/AU915.h3
Binary file not shown.
Binary file modified go/frequency_plan/EU868.h3
Binary file not shown.
3 changes: 3 additions & 0 deletions go/frequency_plan/countries.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,7 @@ var CountryToPlan = map[countries.CountryCode]string{
countries.CocosIslands: "AU915",
countries.TimorLeste: "AU915",
countries.Tonga: "AU915",
countries.Argentina: "AU915",
countries.Brazil: "AU915",
countries.Chile: "AU915",
}
3 changes: 3 additions & 0 deletions go/frequency_plan/eez.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,7 @@ var EEZToCountry = map[string]countries.CountryCode{
"8385.0": countries.France,
"8384.0": countries.France,
"8396.0": countries.SouthAfrica,
"8466.0": countries.Argentina,
"8464.0": countries.Brazil,
"8465.0": countries.Chile,
}

0 comments on commit 853bb7b

Please sign in to comment.