From b9b02c39d2860cae6ee15749c0e916fc0995fdbf Mon Sep 17 00:00:00 2001 From: Kelsey Jordahl Date: Sat, 29 Jun 2013 16:33:23 -0400 Subject: [PATCH] Minor README update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e28870..76cb701 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ geometry objects and perform geometric operations. GeoPandas geometry operations are cartesian. Objects are naive with respect to coordinate systems, although the coordinate reference -system (crs) is stored on an instance when loading from a file. In +system (crs) is stored as an attribute when loading from a file. In the future, enforcement of like coordinates for operations and projection into other reference systems may be implemented.