软件包:python3-geopandas(1.1.1-1~exp1)
python3-geopandas 的相关链接
Debian 的资源:
下载源码包 python-geopandas:
- [python-geopandas_1.1.1-1~exp1.dsc]
- [python-geopandas_1.1.1.orig.tar.gz]
- [python-geopandas_1.1.1-1~exp1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [www.geopandas.org]
相似软件包:
试制(Experimental)软件包
警告:这个软件包来自于 experimental 发行版。这表示它很有可能表现出不稳定或者出现 bug ,甚至是导致资料损失。请务必在使用之前查阅 changelog 以及其他潜在的文档。
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
- Python library for numerical computations (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