パッケージ: python3-geopandas (0.4.0-3)
python3-geopandas に関するリンク
Debian の資源:
python-geopandas ソースパッケージをダウンロード:
- [python-geopandas_0.4.0-3.dsc]
- [python-geopandas_0.4.0.orig.tar.gz]
- [python-geopandas_0.4.0-3.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 - Python 3
-
- dep: python3-pyproj
- Python 3 interface to PROJ library
-
- dep: python3-shapely
- geometric objects, predicates, and operations (Python 3)
-
- dep: python3-six
- Python 2 と 3 の互換性ライブラリー(Python 3 インターフェイス)
-
- 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-pysal
- Python Spatial Analysis Library - Python 3
-
- rec: python3-rtree
- R-Tree spatial index for Python GIS - Python 3 module