Skip to content

Commit

Permalink
Merge pull request #184 from milenaveneziani/addNewCriticalPassages
Browse files Browse the repository at this point in the history
Add new Arctic critical passages and land blockages (plus Lombok St in Indonesian Throughflow)
  • Loading branch information
xylar authored Jul 30, 2022
2 parents 633e693 + 4ce81e3 commit 40bcc98
Show file tree
Hide file tree
Showing 12 changed files with 420 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Documentation On GitHub
`v0.4.0`_ `0.4.0`_
`v0.5.0`_ `0.5.0`_
`v0.6.0`_ `0.6.0`_
`v0.7.0`_ `0.7.0`_
================ ===============

.. _`stable`: ../stable/index.html
Expand Down Expand Up @@ -45,3 +46,5 @@ Documentation On GitHub
.. _`0.5.0`: https://github.com/MPAS-Dev/geometric_features/tree/0.5.0
.. _`v0.6.0`: ../0.6.0/index.html
.. _`0.6.0`: https://github.com/MPAS-Dev/geometric_features/tree/0.6.0
.. _`v0.7.0`: ../0.7.0/index.html
.. _`0.7.0`: https://github.com/MPAS-Dev/geometric_features/tree/0.7.0
56 changes: 56 additions & 0 deletions geometric_data/ocean/transect/Akimiski_Strait/transect.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "Akimiski Strait",
"tags": "Critical_Passage",
"object": "transect",
"component": "ocean",
"author": "Milena Veneziani"
},
"geometry": {
"type": "LineString",
"coordinates": [
[
-81.650391,
53.442264
],
[
-81.870117,
53.304621
],
[
-82.026672,
53.191225
],
[
-82.142029,
53.100621
],
[
-82.150269,
53.001562
],
[
-82.034912,
52.928775
],
[
-81.793213,
52.812723
],
[
-81.455383,
52.64473
],
[
-81.221924,
52.536273
]
]
}
}
]
}
33 changes: 33 additions & 0 deletions geometric_data/ocean/transect/Diomede_Islands/transect.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "Diomede Islands",
"tags": "Critical_Land_Blockage",
"object": "transect",
"component": "ocean",
"author": "Milena Veneziani",
"height": "100.0"
},
"geometry": {
"type": "LineString",
"coordinates": [
[
-169.15,
65.8
],
[
-169.0,
65.77
],
[
-168.88,
65.75
]
]
}
}
]
}
68 changes: 68 additions & 0 deletions geometric_data/ocean/transect/Disco_Bay_Channel/transect.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "Disco Bay Channel",
"tags": "Critical_Passage",
"object": "transect",
"component": "ocean",
"author": "Milena Veneziani"
},
"geometry": {
"type": "LineString",
"coordinates": [
[
-55.404053,
70.674517
],
[
-54.733887,
70.546862
],
[
-54.294434,
70.396293
],
[
-53.723145,
70.329836
],
[
-53.151855,
70.263162
],
[
-52.77832,
70.117959
],
[
-52.514648,
69.97173
],
[
-51.921387,
69.896342
],
[
-51.624756,
69.8131
],
[
-51.624756,
69.549877
],
[
-51.998291,
69.345464
],
[
-52.492676,
69.209404
]
]
}
}
]
}
52 changes: 52 additions & 0 deletions geometric_data/ocean/transect/Lombok_Strait/transect.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "Lombok Strait",
"tags": "Critical_Passage",
"object": "transect",
"component": "ocean",
"author": "Milena Veneziani"
},
"geometry": {
"type": "LineString",
"coordinates": [
[
116.07605,
-7.988518
],
[
115.900269,
-8.233237
],
[
115.85083,
-8.42347
],
[
115.790405,
-8.597316
],
[
115.713501,
-8.695069
],
[
115.702515,
-8.944767
],
[
115.614624,
-9.112945
],
[
115.52124,
-9.297307
]
]
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "Northwest Passage Cardigan Strait",
"tags": "Critical_Passage",
"object": "transect",
"component": "ocean",
"author": "Milena Veneziani"
},
"geometry": {
"type": "LineString",
"coordinates": [
[
-91.549072,
76.910665
],
[
-91.021729,
76.775629
],
[
-90.802002,
76.705073
],
[
-90.604248,
76.623985
],
[
-90.406494,
76.542411
],
[
-90.230713,
76.45263
],
[
-90.032959,
76.413973
],
[
-89.626465,
76.370031
],
[
-89.077148,
76.320754
],
[
-88.428955,
76.205967
],
[
-87.791748,
76.098157
]
]
}
}
]
}
52 changes: 52 additions & 0 deletions geometric_data/ocean/transect/Qiongzhou_Strait/transect.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "Qiongzhou Strait",
"tags": "Critical_Passage",
"object": "transect",
"component": "ocean",
"author": "Milena Veneziani"
},
"geometry": {
"type": "LineString",
"coordinates": [
[
109.033813,
20.097206
],
[
109.533691,
20.153942
],
[
109.945679,
20.13847
],
[
110.181885,
20.153942
],
[
110.385132,
20.200346
],
[
110.571899,
20.236429
],
[
110.758667,
20.334326
],
[
111.005859,
20.416717
]
]
}
}
]
}
33 changes: 33 additions & 0 deletions geometric_data/ocean/transect/St_George_Island/transect.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "St George Island",
"tags": "Critical_Land_Blockage",
"object": "transect",
"component": "ocean",
"author": "Milena Veneziani",
"height": "100.0"
},
"geometry": {
"type": "LineString",
"coordinates": [
[
-169.78,
56.615
],
[
-169.6,
56.57
],
[
-169.459,
56.596
]
]
}
}
]
}
Loading

0 comments on commit 40bcc98

Please sign in to comment.