lp:~pythonxy/pythonxy-upstream/geopandas

Created by Timmie and last modified
Get this branch:
bzr branch lp:~pythonxy/pythonxy-upstream/geopandas

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Python XY
Project:
Upstream Package Updates for PythonXY
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at https://github.com/kjordahl/geopandas.git.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on juju-1e3bde-prod-lp-code-import-16 and finished taking 5 seconds — see the log
Import started on juju-1e3bde-prod-lp-code-import-15 and finished taking 10 seconds — see the log
Import started on juju-1e3bde-prod-lp-code-import-15 and finished taking 5 seconds — see the log
Import started on juju-1e3bde-prod-lp-code-import-14 and finished taking 5 seconds — see the log

Recent revisions

1020. By Matt Richards <email address hidden>

DEP: remove deprecated fallback to return pd.Series from GeoSeries constructor (#2314)

1019. By Matt Richards <email address hidden>

Define GeoSeries._constructor_expanddim to handle fix to_frame for named geoseries (#2296)

Co-authored-by: Joris Van den Bossche <email address hidden>

1018. By Matt Richards <email address hidden>

DEP: Assigning CRS to a GeoDataFrame without a geometry column (#2268)

* DEP: convert crs without geom col warnings to errors

* TST: update tests to now reflect new errors

* TST: fix tests to still test old behaviour as well

1017. By Mike Taves

REF: use augmented assignments where feasible (#2370)

1016. By Andriy Orehov

add GitHub URL for PyPi (#2369)

1015. By bstadlbauer <email address hidden>

ENH: Add fast rectangle clipping using `.clip_by_rect()` (#1928)

* TST: Add test for rectangle clipping

* ENH: Add `GeometryArray().clip_by_rect()`

* ENH: Add `GeoPandasBase().clip_by_rect()`

Closes #1902

* Change signatures to use tuple rectangle

* Change signatures to use tuple rectangle

* Raise exception when shapely < 1.7

Exception is raised as `shapely.ops.clip_by_rect` was introduced in shapely 1.7

* Reorder tests to make them easier to group

* Parameterize all test which use single_rectangle_df to also test with bounds

* Paramterize test with larger single rectangle

* Add bounding box clip capability to clip using .clip_by_rect()

* Add documentation for `.clip_by_rect()` and changes in `clip()`

* Skip clip tests if shapely < 1.7

* Improve test coverage

* Remove shapely >1.7 compatibility checks

Can be removed as #2358 bumped shapely to ">= 1.7"

* Apply suggestions from code review

Co-authored-by: Martin Fleischmann <email address hidden>

* Only check for empty geometries after `.clip_by_rect()`

* Move changes to `clip.py` to its own PR

* Change docstring of `base.clip_by_rect()` according to PR comments

* add interpshinx links

Co-authored-by: Martin Fleischmann <email address hidden>

1014. By Matt Richards <email address hidden>

API: improve handling of invalid geo column for .geometry (more informative error message) + update getitem (preserve GeoDataFrame if a geometry dtype is present) (#2329)

Co-authored-by: Joris Van den Bossche <email address hidden>
Co-authored-by: Martin Fleischmann <email address hidden>

1013. By RadMagnus <email address hidden>

DOC: how to access unexposed drivers from fiona (#2343)

1012. By Martin Fleischmann <email address hidden>

DEP: bump required versions of dependecies (#2358)

* DEP: bump required versions of dependecies

* try fixing envs

* try fiona post1 in minimal

* skip unstable estimate_utm_crs (pyproj #887)

* get pyproj from pip in minimal

* skip all

* move pyproj pin to 2.6.1.post1

* skip unstable utm estimation

* relax pandas in minimal to avoid regressions

* pin minimal pandas to 1.0.5

* update docs

1011. By Akylzhan Sauranbay <email address hidden>

BUG: allow single-column GeoDataFrame in GeometryArray __setitem__ (#1976)

* BUG: iloc indexing Dataframe with only one column (geometry) raises TypeError

* add tests

Co-authored-by: Martin Fleischmann <email address hidden>

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers