Created
September 17, 2017 18:58
-
-
Save cossatot/8b8f4aa5fa82761c5f4478cc7eb199bd to your computer and use it in GitHub Desktop.
GeoJSON file giving a transect through the Himalaya for a critical wedge inversion
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
{ | |
"type": "FeatureCollection", | |
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, | |
"features": [ | |
{ "type": "Feature", "properties": { }, "geometry": { "type": "LineString", "coordinates": [ [ 86.726076180492427, 28.316242486999244 ], [ 86.227447992775325, 26.592723316411835 ] ] } } | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment