Commit Graph
145 Commits
Author SHA1 Message Date
Kelsey Jordahl ab07a802e9 Merge pull request #15 from cfarmer/writing
adds `to_file` method for geodataframe
2013-07-22 18:11:16 -07:00
Carson Farmer d015688d27 update doc string for 2013-07-21 16:44:22 -04:00
Carson Farmer 1a376d64de add initial support for writing to geospatial data formats via fiona 2013-07-21 16:36:38 -04:00
Kelsey Jordahl ea042e3dab Merge pull request #12 from kjordahl/fix-units
BUG: Set preserve_units parameter to Proj calls so not forced to meters
2013-07-18 15:17:25 -07:00
Kelsey Jordahl e557dc76ad BUG: Set preserve_units parameter to Proj calls so not forced to meters 2013-07-18 18:15:50 -04:00
Kelsey Jordahl ebf5eb2bce Update README to reflect ability to transform coordinate systems 2013-07-18 10:14:02 -04:00
Kelsey Jordahl efa67ab7a3 Merge pull request #11 from kjordahl/feature-transform
Add methods to transform coordinate systems
2013-07-18 06:59:19 -07:00
Kelsey Jordahl 018c71c32b Implement to_crs() method for GeoDataFrame 2013-07-18 09:53:39 -04:00
Kelsey Jordahl 24f542ef6a Documentation for to_crs() method 2013-07-18 09:06:50 -04:00
Kelsey Jordahl df5350c90d Test transform or points 2013-07-18 09:02:20 -04:00
Kelsey Jordahl 6edfb3b440 Set crs attribute on projected GeoSeries 2013-07-17 17:35:10 -04:00
Kelsey Jordahl d071f4806d Implement a to_crs method to project GeoSeries 2013-07-17 07:18:04 -04:00
Kelsey Jordahl e4a9d5482e Merge pull request #10 from kjordahl/feature-pandas-fixes
Preserve crs though operations, and some other fixes and cleanup
2013-07-17 04:09:15 -07:00
Kelsey Jordahl d085838e6f Use numpy.testing to simplify some test assertions
Also fixes almost_equals test
2013-07-17 07:03:45 -04:00
Kelsey Jordahl 75ffb79808 More docstring cleanup 2013-07-17 07:03:45 -04:00
Kelsey Jordahl 21a72c0d1a Implement passing arguments to series operations
More docstring cleanup and additions
update tests for operations that take arguments
2013-07-17 07:03:45 -04:00
Kelsey Jordahl 1c04518ad0 Docstring formatting consistency and additions 2013-07-17 07:03:45 -04:00
Kelsey Jordahl fdf0037ddb Warning for binary operation on GeoSeries with differing crs 2013-07-17 07:03:44 -04:00
Kelsey Jordahl 5fc0f7df4e Add crs to one of the test geometries 2013-07-17 07:03:44 -04:00
Kelsey Jordahl 3fbdcc1d69 Preserve crs through geometric operations 2013-07-17 07:03:44 -04:00
Kelsey Jordahl ce3eaf9dbf Accept crs keyword argument for GeoDataFrame 2013-07-17 07:03:44 -04:00
Kelsey Jordahl 1a19568a02 Streamline return of geometry column as GeoSeries 2013-07-17 07:03:44 -04:00
Kelsey Jordahl 4b38fc3e74 Streamline kwargs for GeoSeries constructor 2013-07-17 07:03:44 -04:00
Kelsey Jordahl f42a0063c2 GeoSeries can take a keyword argument to set crs. 2013-07-17 07:03:44 -04:00
Kelsey Jordahl 620b8d887d Merge pull request #9 from acrosby/temp
PR to add specification of axes when plotting and bbox filter when opening vector dataset with the Fiona interface
2013-07-17 04:01:57 -07:00
Alexander Crosby 9fe1fd274f adding some changes i accidentally blew away, and some axes functionality to plotting.plot_dataframe as well 2013-07-16 15:23:10 -04:00
Alexander Crosby 96c16a136c merge into upstream master 2013-07-16 15:18:34 -04:00
Alexander Crosby 114c370796 Revert "adding basic support for plotting shapelylinestrings in GeoSeries objects"
This reverts commit 3bdc5c7076.
2013-07-16 14:57:48 -04:00
Kelsey Jordahl 62ab34a167 Merge pull request #8 from kjordahl/enh-testing
A few additions to test
2013-07-15 18:46:12 -07:00
Kelsey Jordahl 2a5ff39128 Add LICENSE.txt file 2013-07-15 12:06:34 +05:30
Kelsey Jordahl 4733055d8e Add test for values of text columns in GeoDataFrame from file 2013-07-15 11:45:18 +05:30
Kelsey Jordahl 36332c5caa Actually use unittest assert methods 2013-07-15 11:40:46 +05:30
Kelsey Jordahl e1f0d9a5af GeoDataFrame test to unittest framework 2013-07-15 11:28:59 +05:30
Kelsey Jordahl 282180fbdb Merge pull request #7 from kjordahl/feature-plotting
Improvements to plotting
2013-07-14 01:12:20 -07:00
Kelsey Jordahl 9dc1f8b753 Should plot a colorbar for non-categorical legend, not implemented yet 2013-07-14 13:36:41 +05:30
Kelsey Jordahl 41afdb872a Add option to draw legend for categorical data 2013-07-11 23:56:21 +05:30
Kelsey Jordahl 19bc5f5837 Support for plotting categorical column data 2013-07-11 23:19:11 +05:30
Kelsey Jordahl 23b7978c82 Implement coloring polygons by values in column 2013-07-11 13:18:23 +05:30
Kelsey Jordahl 04f1e85a42 Implement GeoDataFrame plotting in plotting module 2013-07-11 12:42:36 +05:30
Kelsey Jordahl cb9cad3ca9 implement LineString plotting 2013-07-10 11:00:33 +05:30
Kelsey Jordahl b4348400f1 No need to make a new figure if one already exists 2013-07-10 11:00:33 +05:30
Kelsey Jordahl 74d4efcc56 Implement plotting of points 2013-07-10 11:00:32 +05:30
Kelsey Jordahl 8603688798 Refactor plotting into a separate module 2013-07-10 11:00:32 +05:30
Kelsey Jordahl 2e3f4b83bb Merge pull request #5 from sgillies/master
GeoJSON representations of GeoDataFrames
2013-07-09 22:29:03 -07:00
Alexander Crosby 0bb8108283 allow bbox filtering in the from_file call that uses fiona 2013-07-09 13:55:27 -04:00
Alexander Crosby 626edad41b add ability to pass axes instance into geodataframe or geoseries plot command 2013-07-09 13:40:41 -04:00
Alexander Crosby 3bdc5c7076 adding basic support for plotting shapelylinestrings in GeoSeries objects 2013-07-09 12:37:32 -04:00
sgillies 2a84b92ee4 Improve readability and line length of to_json. 2013-07-08 21:41:30 -06:00
sgillies fd18fe30a1 to_json returns a GeoJSON representation of a GeoDataFrame. 2013-07-08 17:35:41 -06:00
Kelsey Jordahl 6380fb5992 Merge pull request #4 from sgillies/master
Extra fiona.open features for from_file
2013-07-08 07:16:05 -07:00