Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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