diff --git a/geometric_data/ocean/transect/Carroll_Inlet/transect.geojson b/geometric_data/ocean/transect/Carroll_Inlet/transect.geojson new file mode 100644 index 00000000..ce5687d0 --- /dev/null +++ b/geometric_data/ocean/transect/Carroll_Inlet/transect.geojson @@ -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 + ] + ] + } + } + ] +} \ No newline at end of file diff --git a/geometric_features/features_and_tags.json b/geometric_features/features_and_tags.json index 9b8dc979..af4c4fe4 100644 --- a/geometric_features/features_and_tags.json +++ b/geometric_features/features_and_tags.json @@ -1660,6 +1660,9 @@ "Calabria": [ "Critical_Land_Blockage" ], + "Carroll Inlet": [ + "Critical_Passage" + ], "Davis Strait": [ "standard_transport_sections", "arctic_transport_sections"