软件包:python3-geopandas(1.0.1-1)
python3-geopandas 的相关链接
Debian 的资源:
下载源码包 python-geopandas:
- [python-geopandas_1.0.1-1.dsc]
- [python-geopandas_1.0.1.orig.tar.gz]
- [python-geopandas_1.0.1-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [www.geopandas.org]
相似软件包:
Python3 tools for geographic data
GeoPandas is a project to add support for geographic data to pandas objects. It currently implements `GeoSeries` and `GeoDataFrame` types which are subclasses of `pandas.Series` and `pandas.DataFrame` respectively. GeoPandas objects can act on shapely geometry objects and perform geometric operations.
GeoPandas geometry operations are cartesian. The coordinate reference system (crs) can be stored as an attribute on an object, and is automatically set when loading from a file. Objects may be transformed to new coordinate systems with the `to_crs()` method. There is currently no enforcement of like coordinates for operations, but that may change in the future.
This package contains the Python 3 version of the library.
其他与 python3-geopandas 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-numpy
- Fast array facility to the Python language (Python 3)
-
- dep: python3-packaging
- core utilities for python3 packages
-
- dep: python3-pandas
- data structures for "relational" or "labeled" data
-
- dep: python3-pyogrio
- Vectorized spatial vector file format I/O using GDAL/OGR
-
- dep: python3-pyproj
- Python 3 interface to PROJ library
-
- dep: python3-shapely
- geometric objects, predicates, and operations (Python 3)
-
- rec: python3-geopy
- geocoding toolbox for Python3
-
- rec: python3-matplotlib
- Python based plotting system in a style similar to Matlab
-
- rec: python3-psycopg2
- Python 3 module for PostgreSQL
-
- rec: python3-rtree
- R-Tree spatial index for Python GIS - Python 3 module