4
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected 1 day ago.
Jun 01, 2023 — Jun 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
TST: Remove matplotlib and descartes from requirements.txt (at least until there are plotting tests) More... over 10 years ago
CLN: Lazy imports of matplotlib and descartes More... over 10 years ago
CLN: Clean up imports. Use absolute imports. More... over 10 years ago
Merge pull request #29 from cfarmer/transform More... over 10 years ago
adds various transformation functions - shift, rotate, scale, skew, and a few other minor adjustments/fixes More... over 10 years ago
Merge pull request #28 from kjordahl/bug/series_unary_op More... over 10 years ago
TST: Add a type test to test_area to make sure it returns a Series. More... over 10 years ago
BUG: _series_unary_op() should return a Series, not a GeoSeries More... over 10 years ago
TST: Add Cython to requirements (needed to build pandas) More... over 10 years ago
TST: Environment variable in .travis.yml needs to be preceeded by dollar sign More... over 10 years ago
TST: Run Travis CI tests on both release and master versions of pandas More... over 10 years ago
Merge pull request #24 from kjordahl/bug/df-init-crs More... almost 11 years ago
Merge pull request #23 from jwass/fix_bool_index More... almost 11 years ago
Fix comment on GeoDataFrame.__getitem__ More... almost 11 years ago
Add type tests for slicing/fancy indexing. More... almost 11 years ago
TST: Add test for GeoDataFrame.__init__() More... almost 11 years ago
BUG: crs was not being set in GeoDataFrame.__init__() More... almost 11 years ago
Initial commit of read_postgis function More... almost 11 years ago
Return proper type for GeoDataFrame.__getitem__ More... almost 11 years ago
Ensure that key is a string before compare More... almost 11 years ago
Merge pull request #22 from kjordahl/pandas-methods More... almost 11 years ago
TST: Skip tests for methods not yet implemented in GeoPandas More... almost 11 years ago
BUG: Wrap a few more pandas methods that were not returning correct type More... almost 11 years ago
DOC: Minor updates to README More... almost 11 years ago
ENH: Generalize wrapped pandas methods More... almost 11 years ago
BUG: set GeoSeries type in __getitem__ and __getslice__ More... almost 11 years ago
Merge pull request #21 from kjordahl/feature-travis-ci More... almost 11 years ago
TST: Use nosetests -v on Travis CI More... almost 11 years ago
TST: shuffle dependencies More... almost 11 years ago
TST: Fetch test NYC file if it doesn't exist More... almost 11 years ago