Skip to content

Commit

Permalink
Merge PR #95 add_English_Channel_Deepen
Browse files Browse the repository at this point in the history
When creating the V3 mesh, the English Channel was closed on the
EC60to30 mesh. I drew a line by hand through the middle of the English
Channel. This version was used to make the current EC60to30V3 mesh, so
really needs to be in this geometric features repo with these points.

Note that the middle commit with 15m was used for the meshes made in
spring of 2017.  We changed it to 120m here to be more realistic.
  • Loading branch information
mark-petersen committed Oct 26, 2017
2 parents 7fc6a96 + 1805700 commit 76709be
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions ocean/transect/English_Channel_Deepen/transect.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "English Channel Deepen",
"tags": "English_Channel_Deepen;Critical_Passage",
"object": "transect",
"component": "ocean",
"author": "Mark Petersen",
"depth": "120.0"
},
"geometry": {
"type": "LineString",
"coordinates": [
[ -5.0, 49.4],
[ -2.0, 50.0],
[ 0.0, 50.2],
[ 2.2, 51.5]
]
}
}
]
}

0 comments on commit 76709be

Please sign in to comment.