From 8451e4bf2ebb47d8ed926c7a637525c82f79f681 Mon Sep 17 00:00:00 2001 From: Mark Petersen Date: Wed, 25 Oct 2017 09:51:11 -0600 Subject: [PATCH 1/3] Copy Red Sea to English Channel --- .../English_Channel_Deepen/transect.geojson | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 ocean/transect/English_Channel_Deepen/transect.geojson diff --git a/ocean/transect/English_Channel_Deepen/transect.geojson b/ocean/transect/English_Channel_Deepen/transect.geojson new file mode 100644 index 00000000..3f71f2f5 --- /dev/null +++ b/ocean/transect/English_Channel_Deepen/transect.geojson @@ -0,0 +1,29 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "name": "Red Sea Deepen", + "tags": "Red_Sea_Deepen;Critical_Passage", + "object": "transect", + "component": "ocean", + "author": "Xylar Asay-Davis", + "depth": "200.0" + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 42.484131, + 14.157882 + ], + [ + 44.132080, + 11.480025 + ] + ] + } + } + ] +} \ No newline at end of file From 869ee2f392d3b4c2adfd0ab534e1be52be515e80 Mon Sep 17 00:00:00 2001 From: Mark Petersen Date: Wed, 25 Oct 2017 09:53:33 -0600 Subject: [PATCH 2/3] English Channel 15m deep, used for EC60to30V3. --- .../English_Channel_Deepen/transect.geojson | 34 ++++++++----------- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/ocean/transect/English_Channel_Deepen/transect.geojson b/ocean/transect/English_Channel_Deepen/transect.geojson index 3f71f2f5..eadb5e9e 100644 --- a/ocean/transect/English_Channel_Deepen/transect.geojson +++ b/ocean/transect/English_Channel_Deepen/transect.geojson @@ -1,29 +1,25 @@ { - "type": "FeatureCollection", + "type": "FeatureCollection", "features": [ { - "type": "Feature", + "type": "Feature", "properties": { - "name": "Red Sea Deepen", - "tags": "Red_Sea_Deepen;Critical_Passage", - "object": "transect", - "component": "ocean", - "author": "Xylar Asay-Davis", - "depth": "200.0" - }, + "name": "English Channel Deepen", + "tags": "English_Channel_Deepen;Critical_Passage", + "object": "transect", + "component": "ocean", + "author": "Mark Petersen", + "depth": "15.0" + }, "geometry": { - "type": "LineString", + "type": "LineString", "coordinates": [ - [ - 42.484131, - 14.157882 - ], - [ - 44.132080, - 11.480025 - ] + [ -5.0, 49.4], + [ -2.0, 50.0], + [ 0.0, 50.2], + [ 2.2, 51.5] ] } } ] -} \ No newline at end of file +} From 180570013a4388db68390b1e3992827ae3208536 Mon Sep 17 00:00:00 2001 From: Mark Petersen Date: Wed, 25 Oct 2017 11:15:20 -0600 Subject: [PATCH 3/3] Deepen English Channel to 120m From Xylar: Wikipedia says the average depth at it's widest point is 120 m. That seems like as good a number as any. The deepest point is 180 m deep while other parts are quite a bit shallower (45 m) so 120 m would be a reasonable compromise. --- ocean/transect/English_Channel_Deepen/transect.geojson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocean/transect/English_Channel_Deepen/transect.geojson b/ocean/transect/English_Channel_Deepen/transect.geojson index eadb5e9e..46fe4f59 100644 --- a/ocean/transect/English_Channel_Deepen/transect.geojson +++ b/ocean/transect/English_Channel_Deepen/transect.geojson @@ -9,7 +9,7 @@ "object": "transect", "component": "ocean", "author": "Mark Petersen", - "depth": "15.0" + "depth": "120.0" }, "geometry": { "type": "LineString",