Commit Graph
179 Commits
Author SHA1 Message Date
Kelsey Jordahl 3eeb17a0fe BUG: crs was not being set in GeoDataFrame.__init__() 2013-08-22 22:36:11 -04:00
Kelsey Jordahl 3ebcae071d Merge pull request #22 from kjordahl/pandas-methods
Fix slicing and implement some pandas methods
2013-08-20 16:24:11 -07:00
Kelsey Jordahl 8ca8a85e5b TST: Skip tests for methods not yet implemented in GeoPandas 2013-08-20 19:08:34 -04:00
Kelsey Jordahl c37fe11e1f BUG: Wrap a few more pandas methods that were not returning correct type 2013-08-20 17:55:31 -04:00
Kelsey Jordahl 6c1b24b783 ENH: Generalize wrapped pandas methods 2013-08-20 17:53:28 -04:00
Kelsey Jordahl a2fccff7cb BUG: set GeoSeries type in __getitem__ and __getslice__ 2013-08-20 17:53:28 -04:00
Kelsey Jordahl 7cec9abf78 TST: Some tests for pandas methods returning GeoSeries type 2013-08-20 17:53:28 -04:00
Kelsey Jordahl c4dcd95d61 DOC: Minor updates to README 2013-08-20 17:52:56 -04:00
Kelsey Jordahl 1bde7cb82a Merge pull request #21 from kjordahl/feature-travis-ci
Travis CI integration
2013-08-19 21:37:12 -07:00
Kelsey Jordahl ae040f6276 TST: Use nosetests -v on Travis CI 2013-08-20 00:23:03 -04:00
Kelsey Jordahl 7cab0efc43 TST: shuffle dependencies 2013-08-20 00:15:08 -04:00
Kelsey Jordahl de3bbb6924 TST: Fetch test NYC file if it doesn't exist 2013-08-20 00:06:08 -04:00
Kelsey Jordahl 0c53b9633b TST: Add matplotlib as Travis CI dependency 2013-08-19 23:43:58 -04:00
Kelsey Jordahl c43c38e680 TST: Add pyproj as dependency 2013-08-19 23:36:51 -04:00
Kelsey Jordahl 3191269b3d BUG: Don't fail for missing version file 2013-08-19 23:29:10 -04:00
Kelsey Jordahl 67906e17c8 TST: Get package libgdal-dev 2013-08-19 23:14:32 -04:00
Kelsey Jordahl 0ab1916799 TST: Get package libgdal1 2013-08-19 23:12:35 -04:00
Kelsey Jordahl 146b458152 TST: Try the unstable PPA repo 2013-08-19 23:10:18 -04:00
Kelsey Jordahl 1b7cdb34bf TST: Add PPA repo for TravisCI GDAL setup 2013-08-19 23:08:12 -04:00
Kelsey Jordahl db0522de0a TST: Tweaking TravisCI GDAL setup 2013-08-19 23:04:04 -04:00
Kelsey Jordahl f288f7e9de TST: Install gdal with apt-get on Travis-CI 2013-08-19 22:59:23 -04:00
Kelsey Jordahl 9479a2aa79 Travis-ci build status in README 2013-08-19 22:15:45 -04:00
Kelsey Jordahl 29cb4a7af1 Add travis-ci setup files 2013-08-19 22:06:25 -04:00
Kelsey Jordahl 3ebb433818 Better version handling, including __version__ and git hash for dev releases. 2013-08-19 20:43:20 -04:00
Kelsey Jordahl 553da148bc Merge pull request #20 from kjordahl/fix-pandas-master
Fixes to work with latest pandas master
2013-08-18 20:24:49 -07:00
Kelsey Jordahl 0757777eef Add test for GeoSeries.fillna() method. 2013-08-18 21:23:25 -04:00
Kelsey Jordahl 894ce70d65 Apply mask directly rather than calling numpy.putmask 2013-08-18 21:22:57 -04:00
Kelsey Jordahl 9e65f58d3f If Series.__new__() already returns a GeoSeries, don't try to return a view. 2013-08-18 21:01:07 -04:00
Kelsey Jordahl c67c07bc0c Merge pull request #18 from kjordahl/test-tempfile
More robust to_file test
2013-08-15 18:52:53 -07:00
Kelsey Jordahl 0856a8e9e2 Re-use array of borough names 2013-08-07 18:52:08 -04:00
Kelsey Jordahl 3875baec21 Use temp directory for test_to_file 2013-08-07 18:50:11 -04:00
Kelsey Jordahl e3006bcf56 Update links in long_description 2013-07-31 22:29:54 -04:00
Kelsey Jordahl e5980e34d1 You got got markdown in my rst. 2013-07-31 22:27:30 -04:00
Kelsey Jordahl 4ab1f64673 Update setup.py for upload to PyPI 2013-07-31 21:59:45 -04:00
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