Skip to content

Commit

Permalink
Add example geodata for GeoData, use pathlib
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Feb 4, 2021
1 parent 2fa15f9 commit 3ac3ecd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Binary file added emu/data/Olympus.tif
Binary file not shown.
File renamed without changes.
8 changes: 8 additions & 0 deletions tests/testdata/Olympus_Mons.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "FeatureCollection",
"name": "olympus_mons",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "id": 0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 133.821082132244499, -182.172079007781065 ], [ 119.87448803812417, -187.178548682593487 ], [ 117.371253200717959, -200.052327846396878 ], [ 121.304907945213429, -211.138082126338645 ], [ 137.754736876739969, -211.495687103110981 ], [ 147.767676226364813, -206.131612451526223 ], [ 146.337256319275525, -188.608968589682775 ], [ 133.821082132244499, -182.172079007781065 ] ] ] ] } }
]
}

0 comments on commit 3ac3ecd

Please sign in to comment.