Skip to content

Commit

Permalink
Merge pull request #203 from xylar/add-carroll-inlet
Browse files Browse the repository at this point in the history
Add Carroll Inlet as a critical passage
  • Loading branch information
xylar authored Jul 18, 2024
2 parents 0538e7b + ea0e606 commit cfa6463
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
33 changes: 33 additions & 0 deletions geometric_data/ocean/transect/Carroll_Inlet/transect.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "Carroll Inlet",
"tags": "Critical_Passage",
"object": "transect",
"component": "ocean",
"author": "Xylar Asay-Davis",
"depth": "200.0"
},
"geometry": {
"type": "LineString",
"coordinates": [
[
-79.97838,
-72.807268
],
[
-79.318248,
-73.070876
],
[
-78.6627,
-73.268643
]
]
}
}
]
}
3 changes: 3 additions & 0 deletions geometric_features/features_and_tags.json
Original file line number Diff line number Diff line change
Expand Up @@ -1660,6 +1660,9 @@
"Calabria": [
"Critical_Land_Blockage"
],
"Carroll Inlet": [
"Critical_Passage"
],
"Davis Strait": [
"standard_transport_sections",
"arctic_transport_sections"
Expand Down

0 comments on commit cfa6463

Please sign in to comment.