From 60af68550eb3b69df702d6246c9a81d2f4fcec94 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Wed, 27 Feb 2019 16:36:29 -0700 Subject: [PATCH] Add the two new critical passages and one "critical land blockage" --- .../Antarctic_Peninsula/transect.geojson | 61 +++++++++++++++++++ ocean/transect/Nares_Strait/transect.geojson | 45 ++++++++++++++ ocean/transect/White_Sea/transect.geojson | 49 +++++++++++++++ 3 files changed, 155 insertions(+) create mode 100644 ocean/transect/Antarctic_Peninsula/transect.geojson create mode 100644 ocean/transect/Nares_Strait/transect.geojson create mode 100644 ocean/transect/White_Sea/transect.geojson diff --git a/ocean/transect/Antarctic_Peninsula/transect.geojson b/ocean/transect/Antarctic_Peninsula/transect.geojson new file mode 100644 index 00000000..df1a554c --- /dev/null +++ b/ocean/transect/Antarctic_Peninsula/transect.geojson @@ -0,0 +1,61 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "name": "Antarctic Peninsula", + "tags": "Antarctic_Peninsula;Critical_Land_Blockage", + "object": "transect", + "component": "ocean", + "author": "Xylar", + "height": "100.0" + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -57.392578, + -63.302813 + ], + [ + -59.128418, + -63.985600 + ], + [ + -60.600586, + -64.244595 + ], + [ + -61.215820, + -64.717880 + ], + [ + -62.731934, + -65.247508 + ], + [ + -64.094238, + -66.434323 + ], + [ + -65.302734, + -66.861082 + ], + [ + -65.961914, + -67.491751 + ], + [ + -66.291504, + -68.310027 + ], + [ + -65.961914, + -69.154740 + ] + ] + } + } + ] +} \ No newline at end of file diff --git a/ocean/transect/Nares_Strait/transect.geojson b/ocean/transect/Nares_Strait/transect.geojson new file mode 100644 index 00000000..da49dda1 --- /dev/null +++ b/ocean/transect/Nares_Strait/transect.geojson @@ -0,0 +1,45 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "name": "Nares Strait", + "tags": "Nares_Strait;Critical_Passage", + "object": "transect", + "component": "ocean", + "author": "Xylar Asay-Davis", + "depth": "250.0" + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -58.183594, + 82.563390 + ], + [ + -63.237305, + 81.659685 + ], + [ + -67.697754, + 80.622005 + ], + [ + -70.466309, + 79.327084 + ], + [ + -74.025879, + 78.371576 + ], + [ + -74.707031, + 76.679785 + ] + ] + } + } + ] +} diff --git a/ocean/transect/White_Sea/transect.geojson b/ocean/transect/White_Sea/transect.geojson new file mode 100644 index 00000000..9940f74e --- /dev/null +++ b/ocean/transect/White_Sea/transect.geojson @@ -0,0 +1,49 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "name": "White Sea", + "tags": "White_Sea;Critical_Passage", + "object": "transect", + "component": "ocean", + "author": "Xylar Asay-Davis", + "depth": "50.0" + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 36.892090, + 64.139369 + ], + [ + 35.156250, + 65.173806 + ], + [ + 36.826172, + 65.612952 + ], + [ + 38.430176, + 65.476508 + ], + [ + 41.660156, + 66.600676 + ], + [ + 42.714844, + 67.701110 + ], + [ + 40.627441, + 69.364831 + ] + ] + } + } + ] +} \ No newline at end of file