-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #197 from milenaveneziani/add_IlulissatFjord_blockage
Add land blockage to entrance of Ilulissat, Humboldt, and Petermann Glaciers
- Loading branch information
Showing
4 changed files
with
89 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 41 additions & 0 deletions
41
...etric_data/ocean/transect/Humboldt_Petermann_Glaciers_blockage/transect.geojson
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"type": "FeatureCollection", | ||
"features": [ | ||
{ | ||
"type": "Feature", | ||
"properties": { | ||
"name": "Humboldt Petermann Glaciers blockage", | ||
"tags": "Critical_Land_Blockage", | ||
"object": "transect", | ||
"component": "ocean", | ||
"author": "Milena Veneziani", | ||
"height": "100.0" | ||
}, | ||
"geometry": { | ||
"type": "LineString", | ||
"coordinates": [ | ||
[ | ||
-67.25, | ||
79.03 | ||
], | ||
[ | ||
-64.0, | ||
78.72 | ||
], | ||
[ | ||
-59.58, | ||
79.87 | ||
], | ||
[ | ||
-53.46, | ||
80.9 | ||
], | ||
[ | ||
-56.75, | ||
82.03 | ||
] | ||
] | ||
} | ||
} | ||
] | ||
} |
41 changes: 41 additions & 0 deletions
41
geometric_data/ocean/transect/Ilulissat_Glacier_blockage/transect.geojson
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"type": "FeatureCollection", | ||
"features": [ | ||
{ | ||
"type": "Feature", | ||
"properties": { | ||
"name": "Ilulissat Glacier blockage", | ||
"tags": "Critical_Land_Blockage", | ||
"object": "transect", | ||
"component": "ocean", | ||
"height": "100.0", | ||
"author": "Milena Veneziani" | ||
}, | ||
"geometry": { | ||
"type": "LineString", | ||
"coordinates": [ | ||
[ | ||
-50.33, | ||
69.31 | ||
], | ||
[ | ||
-49.62, | ||
69.34 | ||
], | ||
[ | ||
-49.04, | ||
69.26 | ||
], | ||
[ | ||
-49.25, | ||
69.01 | ||
], | ||
[ | ||
-50.18, | ||
69.05 | ||
] | ||
] | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters