Skip to content

Commit 0d00778

Browse files
committed
Add example project
1 parent 19181ce commit 0d00778

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

sample_data/geolife.qgz

13.5 KB
Binary file not shown.

sample_data/poly.geojson

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"type": "FeatureCollection",
3+
"name": "poly",
4+
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
5+
"features": [
6+
{ "type": "Feature", "properties": { }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 116.34352077751447, 39.913957587217496 ], [ 116.373039620852921, 39.914227124956398 ], [ 116.373248839601246, 39.900746150201499 ], [ 116.343729996262795, 39.900476559417065 ], [ 116.34352077751447, 39.913957587217496 ] ] ] } }
7+
]
8+
}

sample_data/polys.geojson

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"type": "FeatureCollection",
3+
"name": "clipping_polygons",
4+
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
5+
"features": [
6+
{ "type": "Feature", "properties": { "id": "1" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 116.339974173252415, 39.924478512750909 ], [ 116.340012686534465, 39.922322387978404 ], [ 116.333696508277825, 39.92780117482836 ], [ 116.336662030995896, 39.927756873728072 ], [ 116.339974173252415, 39.924478512750909 ] ] ] } },
7+
{ "type": "Feature", "properties": { "id": "2" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 116.337066420457404, 39.919885589899046 ], [ 116.337124190380493, 39.918201933298164 ], [ 116.34014748302161, 39.918246240581155 ], [ 116.340070456457497, 39.919915127364661 ], [ 116.337066420457404, 39.919885589899046 ] ] ] } },
8+
{ "type": "Feature", "properties": { "id": "3" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 116.341326952284518, 39.925641462821318 ], [ 116.341442492130653, 39.921137228835299 ], [ 116.344176935156398, 39.921137228835299 ], [ 116.344061395310234, 39.925626695325199 ], [ 116.341326952284518, 39.925641462821318 ] ] ] } }
9+
]
10+
}

0 commit comments

Comments
 (0)