Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 69 additions & 0 deletions geometric_data/ocean/transect/Denmark_Strait/transect.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "Denmark Strait",
"tags": "standard_transport_sections;arctic_sections",
"object": "transect",
"component": "ocean",
"author": "Milena Veneziani",
"history": "03/20/21 : milena : hand drawn in geojson.io;"
},
"geometry": {
"type": "LineString",
"coordinates": [
[
-24.06005859375,
65.52206835254366
],
[
-24.947204589843746,
65.8915584316631
],
[
-25.8343505859375,
66.25579951687561
],
[
-26.277923583984375,
66.43597045483075
],
[
-26.72149658203125,
66.61485166299882
],
[
-27.165069580078125,
66.7924506425733
],
[
-27.608642578125,
66.96877489043764
],
[
-28.05221557617187,
67.14383189813256
],
[
-28.49578857421875,
67.31762915084906
],
[
-29.3829345703125,
67.66147429450167
],
[
-30.270080566406246,
68.00037003928001
],
[
-31.1572265625,
68.33437594128185
]
]
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "Hudson Bay-Labrador Sea",
"tags": "arctic_sections",
"object": "transect",
"component": "ocean",
"author": "Milena Veneziani",
"history": "03/20/21 : milena : hand drawn in geojson.io;"
},
"geometry": {
"type": "LineString",
"coordinates": [
[
-64.64,
59.72
],
[
-65.695,
61.010192354571686
],
[
-66.75,
62.25
]
]
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "Iceland-Faroe-Scotland",
"tags": "standard_transport_sections;arctic_sections",
"object": "transect",
"component": "ocean",
"author": "Milena Veneziani",
"history": "03/20/21 : milena : hand drawn in geojson.io;"
},
"geometry": {
"type": "LineString",
"coordinates": [
[
-3.9111328125000004,
58.459228692360625
],
[
-4.27642822265625,
58.94009027227909
],
[
-4.6417236328125,
59.41434334604421
],
[
-5.00701904296875,
59.882046686648515
],
[
-5.372314453125,
60.343260013555195
],
[
-5.73760986328125,
60.798043911722594
],
[
-6.1029052734375,
61.24645975350053
],
[
-6.46820068359375,
61.68856962337029
],
[
-6.83349609375,
62.12443624549497
],
[
-7.764587402343749,
62.47680101352278
],
[
-8.6956787109375,
62.825055614564306
],
[
-9.62677001953125,
63.169235275109116
],
[
-10.557861328125,
63.509375401175134
],
[
-11.48895263671875,
63.84551155612745
],
[
-12.420043945312498,
64.17767943926998
],
[
-13.35113525390625,
64.50591486519582
],
[
-14.2822265625,
64.830253743883
]
]
}
}
]
}
23 changes: 16 additions & 7 deletions geometric_features/features_and_tags.json
Original file line number Diff line number Diff line change
Expand Up @@ -1551,10 +1551,10 @@
"Critical_Passage"
],
"Barents Sea Opening": [
"standard_transport_sections"
"standard_transport_sections;arctic_sections"
],
"Bering Strait": [
"standard_transport_sections"
"standard_transport_sections;arctic_sections"
],
"Bering_Strait_Ship_Track": [
"Critical_Passage"
Expand All @@ -1567,7 +1567,10 @@
"Critical_Land_Blockage"
],
"Davis Strait": [
"standard_transport_sections"
"standard_transport_sections;arctic_sections"
],
"Denmark Strait": [
"standard_transport_sections;arctic_sections"
],
"Drake Passage": [
"standard_transport_sections"
Expand All @@ -1588,11 +1591,17 @@
"Critical_Passage"
],
"Fram Strait": [
"standard_transport_sections"
"standard_transport_sections;arctic_sections"
],
"Hawaii": [
"Critical_Land_Blockage"
],
"Hudson Bay-Labrador Sea": [
"arctic_sections"
],
"Iceland-Faroe-Scotland": [
"standard_transport_sections;arctic_sections"
],
"Indonesian Throughflow": [
"standard_transport_sections"
],
Expand Down Expand Up @@ -1626,7 +1635,7 @@
"Critical_Land_Blockage"
],
"Lancaster Sound": [
"standard_transport_sections"
"standard_transport_sections;arctic_sections"
],
"Maui": [
"Critical_Land_Blockage"
Expand All @@ -1641,7 +1650,7 @@
"standard_transport_sections"
],
"Nares Strait": [
"standard_transport_sections"
"standard_transport_sections;arctic_sections"
],
"Nares Strait Deepen": [
"Nares_Strait_Deepen",
Expand Down Expand Up @@ -1714,4 +1723,4 @@
]
}
}
}
}