Skip to content

Commit

Permalink
Merge pull request #598 from ccrook/master
Browse files Browse the repository at this point in the history
Adding missing delimited text data files
  • Loading branch information
jef-n committed May 21, 2013
2 parents 70b6821 + cbc014e commit 7e7e6ab
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/testdata/delimitedtext/testextpt.txt
@@ -0,0 +1,10 @@
id|description|x|y
1|Inside|15|35
2|Outside 1|5|35
3|Outside 2|5|55
4|Outside 3|15|55
5|Outside 4|35|55
6|Outside 5|35|45
7|Outside 7|35|25
8|Outside 8|15|25
9|Inside 2|25|45
7 changes: 7 additions & 0 deletions tests/testdata/delimitedtext/testextw.txt
@@ -0,0 +1,7 @@
id|description|wkt
1|Inside|LINESTRING(12 32, 28 48)
2|Outside|LINESTRING(0 0, 0 10)
3|Crossing|LINESTRING(5 30, 30 55)
4|Bounding box overlap|LINESTRING(5 30, 5 55, 30 55)
5|Crossing 2|LINESTRING(25 35, 35 35)
6|Bounding box overlap 2|LINESTRING(28 29, 31 29, 31 33)

0 comments on commit 7e7e6ab

Please sign in to comment.