Skip to content

Commit a88a4b3

Browse files
xmnlabkszucs
authored andcommitted
Added geodata csv (#1)
1 parent c98ceb5 commit a88a4b3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

geo.csv

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
id,geo_point,geo_linestring,geo_polygon,geo_multipolygon
2+
1,"POINT(0 0)","LINESTRING(0 0, 1 1)","POLYGON((0 0, 1 1, 2 2, 0 0), (1 1, 2 2, 3 3, 1 1))","MULTIPOLYGON(((0 0, 1 1, 2 2, 0 0), (1 1, 2 2, 3 3, 1 1)), ((1 1, 2 2, 3 3, 1 1), (2 2, 1 1, 3 3, 2 2)))"
3+
2,"POINT(1 1)","LINESTRING(1 1, 2 2)","POLYGON((1 1, 2 2, 3 3, 1 1), (2 2, 3 3, 4 4, 2 2))","MULTIPOLYGON(((1 1, 2 2, 3 3, 1 1), (2 2, 3 3, 4 4, 2 2)), ((2 2, 3 3, 4 4, 2 2), (3 3, 2 2, 4 4, 3 3)))"
4+
3,"POINT(2 2)","LINESTRING(2 2, 3 3)","POLYGON((2 2, 3 3, 4 4, 2 2), (3 3, 4 4, 5 5, 3 3))","MULTIPOLYGON(((2 2, 3 3, 4 4, 2 2), (3 3, 4 4, 5 5, 3 3)), ((3 3, 4 4, 5 5, 3 3), (4 4, 3 3, 5 5, 4 4)))"
5+
4,"POINT(3 3)","LINESTRING(3 3, 4 4)","POLYGON((3 3, 4 4, 5 5, 3 3), (4 4, 5 5, 6 6, 4 4))","MULTIPOLYGON(((3 3, 4 4, 5 5, 3 3), (4 4, 5 5, 6 6, 4 4)), ((4 4, 5 5, 6 6, 4 4), (5 5, 4 4, 6 6, 5 5)))"
6+
5,"POINT(4 4)","LINESTRING(4 4, 5 5)","POLYGON((4 4, 5 5, 6 6, 4 4), (5 5, 6 6, 7 7, 5 5))","MULTIPOLYGON(((4 4, 5 5, 6 6, 4 4), (5 5, 6 6, 7 7, 5 5)), ((5 5, 6 6, 7 7, 5 5), (6 6, 5 5, 7 7, 6 6)))"

0 commit comments

Comments
 (0)