Skip to content

geopandas 1.1.3

Version history | Download JSON

  • PyPI https://pypi.org/project/geopandas/
    Repository https://github.com/geopandas/geopandas

  • py.typed

  • Coverage


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "Typed" : 196
        "Any" : 1
        "Untyped" : 822
    • 19.3% coverage
    • 19.2% coverage (strict)
    • 1019 typable
      • 196 typed
      • 822 untyped
      • 1 Any
  • Typables


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "functions" : 136
        "classes" : 868
        "other" : 8
    • 25 functions (+0 overloads)
      • 111 parameters
    • 8 classes
      • 268 methods (+4 overloads)
        • 525 parameters
      • 72 properties
    • 18 modules
      • 8 attrs

Modules

Module Coverage Coverage (strict) Typables Ignores
geopandas 0.0% 0.0% 1 0
geopandas.accessors 0.0% 0.0% 4 0
geopandas.array 1.6% 1.6% 320 0
geopandas.base 0.0% 0.0% 239 0
geopandas.geodataframe 68.0% 67.5% 194 0
geopandas.geoseries 37.9% 37.9% 124 0
geopandas.io.arrow 66.7% 66.7% 3 0
geopandas.io.file 0.0% 0.0% 2 0
geopandas.io.util 66.7% 66.7% 3 0
geopandas.plotting 0.0% 0.0% 37 0
geopandas.sindex 0.0% 0.0% 23 0
geopandas.testing 0.0% 0.0% 28 0
geopandas.tools.clip 0.0% 0.0% 5 0
geopandas.tools.geocoding 0.0% 0.0% 8 0
geopandas.tools.hilbert_curve 0.0% 0.0% 0 0
geopandas.tools.overlay 0.0% 0.0% 6 0
geopandas.tools.sjoin 47.4% 47.4% 19 0
geopandas.tools.util 0.0% 0.0% 3 0

Incomplete Annotations

geopandas (1 missing, 0 any)

Symbol Typable Typed Any
attr version 1 0 0

geopandas.accessors (4 missing, 0 any)

Symbol Typable Typed Any
meth GeoSeriesAccessor.init 2 0 0
meth GeoSeriesAccessor.getattr 2 0 0

geopandas.array (315 missing, 0 any)

Symbol Typable Typed Any
meth GeometryDtype.construct_from_string 2 0 0
meth GeometryDtype.construct_array_type 1 0 0
func points_from_xy 5 0 0
func isna 2 0 0
func to_wkb 4 0 0
func from_shapely 3 0 0
func transform 3 0 0
attr TransformerFromCRS 1 0 0
func from_wkt 4 0 0
meth GeometryArray.init 3 0 0
meth GeometryArray.check_geographic_crs 2 0 0
meth GeometryArray.len 1 0 0
meth GeometryArray.getitem 2 0 0
meth GeometryArray.setitem 3 0 0
meth GeometryArray.getstate 1 0 0
meth GeometryArray.setstate 2 0 0
meth GeometryArray.is_valid_reason 1 0 0
meth GeometryArray.is_valid_coverage 2 0 0
meth GeometryArray.invalid_coverage_edges 2 0 0
meth GeometryArray.count_coordinates 1 0 0
meth GeometryArray.count_geometries 1 0 0
meth GeometryArray.count_interior_rings 1 0 0
meth GeometryArray.get_precision 1 0 0
meth GeometryArray.get_geometry 2 0 0
meth GeometryArray.concave_hull 3 0 0
meth GeometryArray.constrained_delaunay_triangles 1 0 0
meth GeometryArray.minimum_rotated_rectangle 1 0 0
meth GeometryArray.extract_unique_points 1 0 0
meth GeometryArray.offset_curve 5 0 0
meth GeometryArray.remove_repeated_points 2 0 0
meth GeometryArray.representative_point 1 0 0
meth GeometryArray.minimum_bounding_circle 1 0 0
meth GeometryArray.maximum_inscribed_circle 2 0 0
meth GeometryArray.minimum_bounding_radius 1 0 0
meth GeometryArray.minimum_clearance 1 0 0
meth GeometryArray.minimum_clearance_line 1 0 0
meth GeometryArray.normalize 1 0 0
meth GeometryArray.orient_polygons 2 0 0
meth GeometryArray.make_valid 3 0 0
meth GeometryArray.reverse 1 0 0
meth GeometryArray.segmentize 2 0 0
meth GeometryArray.force_2d 1 0 0
meth GeometryArray.force_3d 2 0 0
meth GeometryArray.transform 3 0 0
meth GeometryArray.line_merge 2 0 0
meth GeometryArray.set_precision 3 0 0
meth GeometryArray._binary_method 5 0 0
meth GeometryArray.covers 2 0 0
meth GeometryArray.covered_by 2 0 0
meth GeometryArray.contains 2 0 0
meth GeometryArray.contains_properly 2 0 0
meth GeometryArray.crosses 2 0 0
meth GeometryArray.disjoint 2 0 0
meth GeometryArray.geom_equals 2 0 0
meth GeometryArray.intersects 2 0 0
meth GeometryArray.overlaps 2 0 0
meth GeometryArray.touches 2 0 0
meth GeometryArray.within 2 0 0
meth GeometryArray.dwithin 3 0 0
meth GeometryArray.geom_equals_exact 3 0 0
meth GeometryArray.geom_equals_identical 2 0 0
meth GeometryArray.clip_by_rect 5 0 0
meth GeometryArray.difference 2 0 0
meth GeometryArray.intersection 2 0 0
meth GeometryArray.symmetric_difference 2 0 0
meth GeometryArray.union 2 0 0
meth GeometryArray.shortest_line 2 0 0
meth GeometryArray.snap 3 0 0
meth GeometryArray.shared_paths 2 0 0
meth GeometryArray.distance 2 0 0
meth GeometryArray.hausdorff_distance 3 0 0
meth GeometryArray.frechet_distance 3 0 0
meth GeometryArray.buffer 4 0 0
meth GeometryArray.interpolate 3 0 0
meth GeometryArray.simplify 3 0 0
meth GeometryArray.simplify_coverage 3 0 0
meth GeometryArray.project 3 0 0
meth GeometryArray.relate 2 0 0
meth GeometryArray.relate_pattern 3 0 0
meth GeometryArray.unary_union 1 0 0
meth GeometryArray.union_all 3 0 0
meth GeometryArray.intersection_all 1 0 0
meth GeometryArray._affinity_method 5 0 0
meth GeometryArray.affine_transform 2 0 0
meth GeometryArray.translate 4 0 0
meth GeometryArray.rotate 4 0 0
meth GeometryArray.scale 5 0 0
meth GeometryArray.skew 5 0 0
meth GeometryArray.to_crs 3 0 0
meth GeometryArray.estimate_utm_crs 2 0 0
meth GeometryArray.copy 3 0 0
meth GeometryArray.take 4 0 0
meth GeometryArray._pad_or_backfill 6 0 0
meth GeometryArray.fillna 5 0 0
meth GeometryArray.astype 3 0 0
meth GeometryArray.isna 1 0 0
meth GeometryArray.value_counts 2 1 0
meth GeometryArray.unique 1 0 0
meth GeometryArray.shift 3 0 0
meth GeometryArray._from_sequence 4 0 0
meth GeometryArray._from_sequence_of_strings 4 0 0
meth GeometryArray._values_for_factorize 1 0 0
meth GeometryArray._from_factorized 3 0 0
meth GeometryArray._values_for_argsort 1 0 0
meth GeometryArray._formatter 2 0 0
meth GeometryArray._concat_same_type 2 0 0
meth GeometryArray._reduce 5 0 0
meth GeometryArray.array 3 0 0
meth GeometryArray._binop 3 0 0
meth GeometryArray.eq 2 0 0
meth GeometryArray.ne 2 0 0
meth GeometryArray.contains 2 0 0
prop GeometryArray.sindex 1 0 0
prop GeometryArray.has_sindex 1 0 0
prop GeometryArray.crs 2 0 0
prop GeometryArray.dtype 1 0 0
prop GeometryArray.is_valid 1 0 0
prop GeometryArray.is_empty 1 0 0
prop GeometryArray.is_simple 1 0 0
prop GeometryArray.is_ring 1 0 0
prop GeometryArray.is_closed 1 0 0
prop GeometryArray.is_ccw 1 0 0
prop GeometryArray.has_z 1 0 0
prop GeometryArray.has_m 1 0 0
prop GeometryArray.geom_type 1 0 0
prop GeometryArray.area 1 0 0
prop GeometryArray.length 1 0 0
prop GeometryArray.boundary 1 0 0
prop GeometryArray.centroid 1 0 0
prop GeometryArray.convex_hull 1 0 0
prop GeometryArray.envelope 1 0 0
prop GeometryArray.exterior 1 0 0
prop GeometryArray.interiors 1 0 0
prop GeometryArray.x 1 0 0
prop GeometryArray.y 1 0 0
prop GeometryArray.z 1 0 0
prop GeometryArray.m 1 0 0
prop GeometryArray.bounds 1 0 0
prop GeometryArray.total_bounds 1 0 0
prop GeometryArray.size 1 0 0
prop GeometryArray.shape 1 0 0
prop GeometryArray.ndim 1 0 0
prop GeometryArray.nbytes 1 0 0
attr GeometryArray._dtype 1 0 0
attr GeometryArray.crs 1 0 0
func to_wkt 3 0 0
func to_shapely 2 0 0
attr geometry_type_ids 1 0 0
func from_wkb 4 0 0
attr geometry_type_values 1 0 0

geopandas.base (239 missing, 0 any)

Symbol Typable Typed Any
func is_geometry_type 2 0 0
meth GeoPandasBase.is_valid_reason 1 0 0
meth GeoPandasBase.is_valid_coverage 2 0 0
meth GeoPandasBase.invalid_coverage_edges 2 0 0
meth GeoPandasBase.count_coordinates 1 0 0
meth GeoPandasBase.count_geometries 1 0 0
meth GeoPandasBase.count_interior_rings 1 0 0
meth GeoPandasBase.get_precision 1 0 0
meth GeoPandasBase.get_geometry 2 0 0
meth GeoPandasBase.concave_hull 3 0 0
meth GeoPandasBase.constrained_delaunay_triangles 1 0 0
meth GeoPandasBase.delaunay_triangles 3 0 0
meth GeoPandasBase.voronoi_polygons 4 0 0
meth GeoPandasBase.minimum_rotated_rectangle 1 0 0
meth GeoPandasBase.extract_unique_points 1 0 0
meth GeoPandasBase.offset_curve 5 0 0
meth GeoPandasBase.remove_repeated_points 2 0 0
meth GeoPandasBase.set_precision 3 0 0
meth GeoPandasBase.representative_point 1 0 0
meth GeoPandasBase.minimum_bounding_circle 1 0 0
meth GeoPandasBase.maximum_inscribed_circle 2 0 0
meth GeoPandasBase.minimum_bounding_radius 1 0 0
meth GeoPandasBase.minimum_clearance 1 0 0
meth GeoPandasBase.minimum_clearance_line 1 0 0
meth GeoPandasBase.normalize 1 0 0
meth GeoPandasBase.orient_polygons 2 0 0
meth GeoPandasBase.make_valid 3 0 0
meth GeoPandasBase.reverse 1 0 0
meth GeoPandasBase.segmentize 2 0 0
meth GeoPandasBase.transform 3 0 0
meth GeoPandasBase.force_2d 1 0 0
meth GeoPandasBase.force_3d 2 0 0
meth GeoPandasBase.line_merge 2 0 0
meth GeoPandasBase.union_all 3 0 0
meth GeoPandasBase.intersection_all 1 0 0
meth GeoPandasBase.contains 3 0 0
meth GeoPandasBase.contains_properly 3 0 0
meth GeoPandasBase.dwithin 4 0 0
meth GeoPandasBase.geom_equals 3 0 0
meth GeoPandasBase.geom_equals_exact 4 0 0
meth GeoPandasBase.geom_equals_identical 3 0 0
meth GeoPandasBase.crosses 3 0 0
meth GeoPandasBase.disjoint 3 0 0
meth GeoPandasBase.intersects 3 0 0
meth GeoPandasBase.overlaps 3 0 0
meth GeoPandasBase.touches 3 0 0
meth GeoPandasBase.within 3 0 0
meth GeoPandasBase.covers 3 0 0
meth GeoPandasBase.covered_by 3 0 0
meth GeoPandasBase.distance 3 0 0
meth GeoPandasBase.hausdorff_distance 4 0 0
meth GeoPandasBase.frechet_distance 4 0 0
meth GeoPandasBase.difference 3 0 0
meth GeoPandasBase.symmetric_difference 3 0 0
meth GeoPandasBase.union 3 0 0
meth GeoPandasBase.intersection 3 0 0
meth GeoPandasBase.clip_by_rect 5 0 0
meth GeoPandasBase.shortest_line 3 0 0
meth GeoPandasBase.snap 4 0 0
meth GeoPandasBase.shared_paths 3 0 0
meth GeoPandasBase.buffer 8 0 0
meth GeoPandasBase.simplify 3 0 0
meth GeoPandasBase.simplify_coverage 3 0 0
meth GeoPandasBase.relate 3 0 0
meth GeoPandasBase.relate_pattern 4 0 0
meth GeoPandasBase.project 4 0 0
meth GeoPandasBase.interpolate 3 0 0
meth GeoPandasBase.affine_transform 2 0 0
meth GeoPandasBase.translate 4 0 0
meth GeoPandasBase.rotate 4 0 0
meth GeoPandasBase.scale 5 0 0
meth GeoPandasBase.skew 5 0 0
meth GeoPandasBase.get_coordinates 5 0 0
meth GeoPandasBase.hilbert_distance 3 0 0
meth GeoPandasBase.sample_points 6 0 0
meth GeoPandasBase.build_area 2 0 0
meth GeoPandasBase.polygonize 3 0 0
prop GeoPandasBase.area 1 0 0
prop GeoPandasBase.crs 2 0 0
prop GeoPandasBase.geom_type 1 0 0
prop GeoPandasBase.type 1 0 0
prop GeoPandasBase.length 1 0 0
prop GeoPandasBase.is_valid 1 0 0
prop GeoPandasBase.is_empty 1 0 0
prop GeoPandasBase.is_simple 1 0 0
prop GeoPandasBase.is_ring 1 0 0
prop GeoPandasBase.is_ccw 1 0 0
prop GeoPandasBase.is_closed 1 0 0
prop GeoPandasBase.has_z 1 0 0
prop GeoPandasBase.has_m 1 0 0
prop GeoPandasBase.boundary 1 0 0
prop GeoPandasBase.centroid 1 0 0
prop GeoPandasBase.convex_hull 1 0 0
prop GeoPandasBase.envelope 1 0 0
prop GeoPandasBase.exterior 1 0 0
prop GeoPandasBase.interiors 1 0 0
prop GeoPandasBase.unary_union 1 0 0
prop GeoPandasBase.bounds 1 0 0
prop GeoPandasBase.total_bounds 1 0 0
prop GeoPandasBase.sindex 1 0 0
prop GeoPandasBase.has_sindex 1 0 0
prop GeoPandasBase.cx 1 0 0

geopandas.geodataframe (62 missing, 1 any)

Symbol Typable Typed Any
meth GeoDataFrame.init 6 2 0
meth GeoDataFrame.setattr 3 0 0
meth GeoDataFrame._set_geometry 2 0 0
meth GeoDataFrame.set_geometry 5 4 0
meth GeoDataFrame.setstate 2 1 0
meth GeoDataFrame.from_dict 5 3 0
meth GeoDataFrame.from_file 3 2 0
meth GeoDataFrame.from_features 4 3 0
meth GeoDataFrame.from_postgis 10 9 0
meth GeoDataFrame.from_arrow 4 2 0
meth GeoDataFrame.to_json 6 5 0
meth GeoDataFrame.to_wkb 3 2 0
meth GeoDataFrame.to_wkt 2 1 0
meth GeoDataFrame.to_arrow 5 4 0
meth GeoDataFrame.to_parquet 8 7 0
meth GeoDataFrame.to_feather 6 4 0
meth GeoDataFrame.to_file 6 4 0
meth GeoDataFrame.getitem 2 0 0
meth GeoDataFrame.delitem 2 1 0
meth GeoDataFrame.setitem 3 0 0
meth GeoDataFrame.apply 7 1 0
meth GeoDataFrame._geodataframe_constructor_with_fallback 3 1 0
meth GeoDataFrame._constructor_from_mgr 3 1 0
meth GeoDataFrame._constructor_sliced_from_mgr 3 1 0
meth GeoDataFrame.finalize 4 2 0
meth GeoDataFrame.dissolve 11 8 0
meth GeoDataFrame.explode 5 4 0
meth GeoDataFrame.to_postgis 9 7 0
meth GeoDataFrame.explore 3 1 0
meth GeoDataFrame.sjoin 7 6 0
meth GeoDataFrame.clip 4 3 0
meth GeoDataFrame.overlay 5 4 0
prop GeoDataFrame.active_geometry_name 1 1 1
prop GeoDataFrame.crs 2 1 0
attr GeoDataFrame._internal_names_set 1 0 0
attr GeoDataFrame.geometry 1 0 0
attr GeoDataFrame.plot 1 0 0

geopandas.geoseries (77 missing, 0 any)

Symbol Typable Typed Any
meth GeoSeries.init 5 1 0
meth GeoSeries.crs 2 0 0
meth GeoSeries.from_file 3 2 0
meth GeoSeries.from_wkb 6 2 0
meth GeoSeries.from_wkt 6 2 0
meth GeoSeries.from_xy 7 1 0
meth GeoSeries._from_wkb_or_wkt 7 4 0
meth GeoSeries.from_arrow 3 1 0
meth GeoSeries.to_file 5 3 0
meth GeoSeries._constructor_from_mgr 3 0 0
meth GeoSeries._constructor_expanddim_from_mgr 3 0 0
meth GeoSeries._wrapped_pandas_method 4 0 0
meth GeoSeries.getitem 2 0 0
meth GeoSeries.sort_index 3 0 0
meth GeoSeries.take 3 0 0
meth GeoSeries.apply 5 1 0
meth GeoSeries.fillna 5 1 0
meth GeoSeries.contains 2 1 0
meth GeoSeries.plot 3 0 0
meth GeoSeries.explore 3 0 0
meth GeoSeries.explode 3 1 0
meth GeoSeries.set_crs 5 4 0
meth GeoSeries.estimate_utm_crs 2 1 0
meth GeoSeries.to_json 5 4 0
meth GeoSeries.to_wkb 3 2 0
meth GeoSeries.to_wkt 2 1 0
meth GeoSeries.to_arrow 4 0 0
meth GeoSeries.clip 4 2 0
prop GeoSeries._constructor 1 0 0
prop GeoSeries._constructor_expanddim 1 0 0
attr GeoSeries.crs 1 0 0

geopandas.io.arrow (1 missing, 0 any)

Symbol Typable Typed Any
attr SUPPORTED_VERSIONS 1 0 0

geopandas.io.file (2 missing, 0 any)

Symbol Typable Typed Any
func infer_schema 2 0 0

geopandas.io.util (1 missing, 0 any)

Symbol Typable Typed Any
attr CURLSCHEMES 1 0 0

geopandas.plotting (37 missing, 0 any)

Symbol Typable Typed Any
func plot_dataframe 22 0 0
func plot_series 9 0 0
meth GeoplotAccessor.call 3 0 0
meth GeoplotAccessor.geo 3 0 0

geopandas.sindex (23 missing, 0 any)

Symbol Typable Typed Any
meth SpatialIndex.init 2 0 0
meth SpatialIndex.query 6 0 0
meth SpatialIndex._as_geometry_array 2 0 0
meth SpatialIndex.nearest 6 0 0
meth SpatialIndex.intersection 2 0 0
meth SpatialIndex.len 1 0 0
prop SpatialIndex.valid_query_predicates 1 0 0
prop SpatialIndex.size 1 0 0
prop SpatialIndex.is_empty 1 0 0
attr SpatialIndex.geometries 1 0 0

geopandas.testing (28 missing, 0 any)

Symbol Typable Typed Any
func assert_geoseries_equal 10 0 0
func geom_almost_equals 3 0 0
func assert_geodataframe_equal 12 0 0
func geom_equals 3 0 0

geopandas.tools.clip (5 missing, 0 any)

Symbol Typable Typed Any
func clip 5 0 0

geopandas.tools.geocoding (8 missing, 0 any)

Symbol Typable Typed Any
func reverse_geocode 4 0 0
func geocode 4 0 0

geopandas.tools.overlay (6 missing, 0 any)

Symbol Typable Typed Any
func overlay 6 0 0

geopandas.tools.sjoin (10 missing, 0 any)

Symbol Typable Typed Any
func sjoin 10 0 0

geopandas.tools.util (3 missing, 0 any)

Symbol Typable Typed Any
func collect 3 0 0

Type-Ignore Comments

No type-ignore comments.