软件包:python3-geopandas(0.8.2-1)
python3-geopandas 的相关链接
Debian 的资源:
下载源码包 python-geopandas:
- [python-geopandas_0.8.2-1.dsc]
- [python-geopandas_0.8.2.orig.tar.gz]
- [python-geopandas_0.8.2-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
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-fiona
- Python 3 API for reading/writing vector geospatial data
-
- dep: python3-numpy
- Fast array facility to the Python 3 language
-
- dep: python3-pandas
- data structures for "relational" or "labeled" data
-
- dep: python3-pyproj
- Python 3 interface to PROJ library
-
- dep: python3-shapely
- geometric objects, predicates, and operations (Python 3)
-
- dep: python3-six
- Python 2 and 3 compatibility library (Python 3 interface)
-
- rec: python3-descartes
- Matplotlib extension to work with geometric objects (Python3)
-
- rec: python3-geopy
- geocoding toolbox for Python3
-
- rec: python3-matplotlib
- Python based plotting system in a style similar to Matlab (Python 3)
-
- rec: python3-psycopg2
- Python 3 module for PostgreSQL
-
- rec: python3-rtree
- R-Tree spatial index for Python GIS - Python 3 module