套件: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
- interactive high-level object-oriented language (default python3 version)
-
- 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