import py-geopandas-0.8.1 to wip

This commit is contained in:
K.I.A.Derouiche 2020-10-27 00:35:25 +01:00
parent 239c473661
commit 44366d03ec
4 changed files with 208 additions and 0 deletions

6
py-geopandas/DESCR Normal file
View File

@ -0,0 +1,6 @@
The goal of GeoPandas is to make working with geospatial data in
python easier. It combines the capabilities of pandas and shapely,
providing geospatial operations in pandas and a high-level interface
to multiple geometries to shapely. GeoPandas enables you to easily do
operations in python that would otherwise require a spatial database
such as PostGIS

21
py-geopandas/Makefile Normal file
View File

@ -0,0 +1,21 @@
# $NetBSD$
DISTNAME= geopandas-0.8.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= geography python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/geopandas/}
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://geopandas.org/
COMMENT= Geographic pandas extensions
LICENSE= modified-bsd
PYTHON_VERSIONS_INCOMPATIBLE= 27
DEPENDS+= ${PYPKGPREFIX}-pandas>=0.25.3:../../math/py-pandas
DEPENDS+= ${PYPKGPREFIX}-py-fiona>=1.6.0:../../wip/py-fiona
DEPENDS+= ${PYPKGPREFIX}-shapely>=1.7.0:../../wip/py-shapely
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

175
py-geopandas/PLIST Normal file
View File

@ -0,0 +1,175 @@
@comment $NetBSD$
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/geopandas/__init__.py
${PYSITELIB}/geopandas/__init__.pyc
${PYSITELIB}/geopandas/__init__.pyo
${PYSITELIB}/geopandas/_compat.py
${PYSITELIB}/geopandas/_compat.pyc
${PYSITELIB}/geopandas/_compat.pyo
${PYSITELIB}/geopandas/_config.py
${PYSITELIB}/geopandas/_config.pyc
${PYSITELIB}/geopandas/_config.pyo
${PYSITELIB}/geopandas/_vectorized.py
${PYSITELIB}/geopandas/_vectorized.pyc
${PYSITELIB}/geopandas/_vectorized.pyo
${PYSITELIB}/geopandas/_version.py
${PYSITELIB}/geopandas/_version.pyc
${PYSITELIB}/geopandas/_version.pyo
${PYSITELIB}/geopandas/array.py
${PYSITELIB}/geopandas/array.pyc
${PYSITELIB}/geopandas/array.pyo
${PYSITELIB}/geopandas/base.py
${PYSITELIB}/geopandas/base.pyc
${PYSITELIB}/geopandas/base.pyo
${PYSITELIB}/geopandas/datasets/__init__.py
${PYSITELIB}/geopandas/datasets/__init__.pyc
${PYSITELIB}/geopandas/datasets/__init__.pyo
${PYSITELIB}/geopandas/datasets/naturalearth_cities/naturalearth_cities.README.html
${PYSITELIB}/geopandas/datasets/naturalearth_cities/naturalearth_cities.VERSION.txt
${PYSITELIB}/geopandas/datasets/naturalearth_cities/naturalearth_cities.cpg
${PYSITELIB}/geopandas/datasets/naturalearth_cities/naturalearth_cities.dbf
${PYSITELIB}/geopandas/datasets/naturalearth_cities/naturalearth_cities.prj
${PYSITELIB}/geopandas/datasets/naturalearth_cities/naturalearth_cities.shp
${PYSITELIB}/geopandas/datasets/naturalearth_cities/naturalearth_cities.shx
${PYSITELIB}/geopandas/datasets/naturalearth_creation.py
${PYSITELIB}/geopandas/datasets/naturalearth_creation.pyc
${PYSITELIB}/geopandas/datasets/naturalearth_creation.pyo
${PYSITELIB}/geopandas/datasets/naturalearth_lowres/naturalearth_lowres.cpg
${PYSITELIB}/geopandas/datasets/naturalearth_lowres/naturalearth_lowres.dbf
${PYSITELIB}/geopandas/datasets/naturalearth_lowres/naturalearth_lowres.prj
${PYSITELIB}/geopandas/datasets/naturalearth_lowres/naturalearth_lowres.shp
${PYSITELIB}/geopandas/datasets/naturalearth_lowres/naturalearth_lowres.shx
${PYSITELIB}/geopandas/datasets/nybb_16a.zip
${PYSITELIB}/geopandas/geodataframe.py
${PYSITELIB}/geopandas/geodataframe.pyc
${PYSITELIB}/geopandas/geodataframe.pyo
${PYSITELIB}/geopandas/geoseries.py
${PYSITELIB}/geopandas/geoseries.pyc
${PYSITELIB}/geopandas/geoseries.pyo
${PYSITELIB}/geopandas/io/__init__.py
${PYSITELIB}/geopandas/io/__init__.pyc
${PYSITELIB}/geopandas/io/__init__.pyo
${PYSITELIB}/geopandas/io/arrow.py
${PYSITELIB}/geopandas/io/arrow.pyc
${PYSITELIB}/geopandas/io/arrow.pyo
${PYSITELIB}/geopandas/io/file.py
${PYSITELIB}/geopandas/io/file.pyc
${PYSITELIB}/geopandas/io/file.pyo
${PYSITELIB}/geopandas/io/sql.py
${PYSITELIB}/geopandas/io/sql.pyc
${PYSITELIB}/geopandas/io/sql.pyo
${PYSITELIB}/geopandas/plotting.py
${PYSITELIB}/geopandas/plotting.pyc
${PYSITELIB}/geopandas/plotting.pyo
${PYSITELIB}/geopandas/sindex.py
${PYSITELIB}/geopandas/sindex.pyc
${PYSITELIB}/geopandas/sindex.pyo
${PYSITELIB}/geopandas/testing.py
${PYSITELIB}/geopandas/testing.pyc
${PYSITELIB}/geopandas/testing.pyo
${PYSITELIB}/geopandas/tests/__init__.py
${PYSITELIB}/geopandas/tests/__init__.pyc
${PYSITELIB}/geopandas/tests/__init__.pyo
${PYSITELIB}/geopandas/tests/test_api.py
${PYSITELIB}/geopandas/tests/test_api.pyc
${PYSITELIB}/geopandas/tests/test_api.pyo
${PYSITELIB}/geopandas/tests/test_array.py
${PYSITELIB}/geopandas/tests/test_array.pyc
${PYSITELIB}/geopandas/tests/test_array.pyo
${PYSITELIB}/geopandas/tests/test_compat.py
${PYSITELIB}/geopandas/tests/test_compat.pyc
${PYSITELIB}/geopandas/tests/test_compat.pyo
${PYSITELIB}/geopandas/tests/test_config.py
${PYSITELIB}/geopandas/tests/test_config.pyc
${PYSITELIB}/geopandas/tests/test_config.pyo
${PYSITELIB}/geopandas/tests/test_crs.py
${PYSITELIB}/geopandas/tests/test_crs.pyc
${PYSITELIB}/geopandas/tests/test_crs.pyo
${PYSITELIB}/geopandas/tests/test_datasets.py
${PYSITELIB}/geopandas/tests/test_datasets.pyc
${PYSITELIB}/geopandas/tests/test_datasets.pyo
${PYSITELIB}/geopandas/tests/test_dissolve.py
${PYSITELIB}/geopandas/tests/test_dissolve.pyc
${PYSITELIB}/geopandas/tests/test_dissolve.pyo
${PYSITELIB}/geopandas/tests/test_extension_array.py
${PYSITELIB}/geopandas/tests/test_extension_array.pyc
${PYSITELIB}/geopandas/tests/test_extension_array.pyo
${PYSITELIB}/geopandas/tests/test_geocode.py
${PYSITELIB}/geopandas/tests/test_geocode.pyc
${PYSITELIB}/geopandas/tests/test_geocode.pyo
${PYSITELIB}/geopandas/tests/test_geodataframe.py
${PYSITELIB}/geopandas/tests/test_geodataframe.pyc
${PYSITELIB}/geopandas/tests/test_geodataframe.pyo
${PYSITELIB}/geopandas/tests/test_geom_methods.py
${PYSITELIB}/geopandas/tests/test_geom_methods.pyc
${PYSITELIB}/geopandas/tests/test_geom_methods.pyo
${PYSITELIB}/geopandas/tests/test_geoseries.py
${PYSITELIB}/geopandas/tests/test_geoseries.pyc
${PYSITELIB}/geopandas/tests/test_geoseries.pyo
${PYSITELIB}/geopandas/tests/test_merge.py
${PYSITELIB}/geopandas/tests/test_merge.pyc
${PYSITELIB}/geopandas/tests/test_merge.pyo
${PYSITELIB}/geopandas/tests/test_overlay.py
${PYSITELIB}/geopandas/tests/test_overlay.pyc
${PYSITELIB}/geopandas/tests/test_overlay.pyo
${PYSITELIB}/geopandas/tests/test_pandas_methods.py
${PYSITELIB}/geopandas/tests/test_pandas_methods.pyc
${PYSITELIB}/geopandas/tests/test_pandas_methods.pyo
${PYSITELIB}/geopandas/tests/test_plotting.py
${PYSITELIB}/geopandas/tests/test_plotting.pyc
${PYSITELIB}/geopandas/tests/test_plotting.pyo
${PYSITELIB}/geopandas/tests/test_show_versions.py
${PYSITELIB}/geopandas/tests/test_show_versions.pyc
${PYSITELIB}/geopandas/tests/test_show_versions.pyo
${PYSITELIB}/geopandas/tests/test_sindex.py
${PYSITELIB}/geopandas/tests/test_sindex.pyc
${PYSITELIB}/geopandas/tests/test_sindex.pyo
${PYSITELIB}/geopandas/tests/test_testing.py
${PYSITELIB}/geopandas/tests/test_testing.pyc
${PYSITELIB}/geopandas/tests/test_testing.pyo
${PYSITELIB}/geopandas/tests/test_types.py
${PYSITELIB}/geopandas/tests/test_types.pyc
${PYSITELIB}/geopandas/tests/test_types.pyo
${PYSITELIB}/geopandas/tests/util.py
${PYSITELIB}/geopandas/tests/util.pyc
${PYSITELIB}/geopandas/tests/util.pyo
${PYSITELIB}/geopandas/tools/__init__.py
${PYSITELIB}/geopandas/tools/__init__.pyc
${PYSITELIB}/geopandas/tools/__init__.pyo
${PYSITELIB}/geopandas/tools/_show_versions.py
${PYSITELIB}/geopandas/tools/_show_versions.pyc
${PYSITELIB}/geopandas/tools/_show_versions.pyo
${PYSITELIB}/geopandas/tools/clip.py
${PYSITELIB}/geopandas/tools/clip.pyc
${PYSITELIB}/geopandas/tools/clip.pyo
${PYSITELIB}/geopandas/tools/crs.py
${PYSITELIB}/geopandas/tools/crs.pyc
${PYSITELIB}/geopandas/tools/crs.pyo
${PYSITELIB}/geopandas/tools/geocoding.py
${PYSITELIB}/geopandas/tools/geocoding.pyc
${PYSITELIB}/geopandas/tools/geocoding.pyo
${PYSITELIB}/geopandas/tools/overlay.py
${PYSITELIB}/geopandas/tools/overlay.pyc
${PYSITELIB}/geopandas/tools/overlay.pyo
${PYSITELIB}/geopandas/tools/sjoin.py
${PYSITELIB}/geopandas/tools/sjoin.pyc
${PYSITELIB}/geopandas/tools/sjoin.pyo
${PYSITELIB}/geopandas/tools/tests/__init__.py
${PYSITELIB}/geopandas/tools/tests/__init__.pyc
${PYSITELIB}/geopandas/tools/tests/__init__.pyo
${PYSITELIB}/geopandas/tools/tests/test_clip.py
${PYSITELIB}/geopandas/tools/tests/test_clip.pyc
${PYSITELIB}/geopandas/tools/tests/test_clip.pyo
${PYSITELIB}/geopandas/tools/tests/test_sjoin.py
${PYSITELIB}/geopandas/tools/tests/test_sjoin.pyc
${PYSITELIB}/geopandas/tools/tests/test_sjoin.pyo
${PYSITELIB}/geopandas/tools/tests/test_tools.py
${PYSITELIB}/geopandas/tools/tests/test_tools.pyc
${PYSITELIB}/geopandas/tools/tests/test_tools.pyo
${PYSITELIB}/geopandas/tools/util.py
${PYSITELIB}/geopandas/tools/util.pyc
${PYSITELIB}/geopandas/tools/util.pyo

6
py-geopandas/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (geopandas-0.8.1.tar.gz) = a1399e4aee816ab9938218324458324b27224657
RMD160 (geopandas-0.8.1.tar.gz) = 3e701e589deda6e02befab9880da1a563e67ca3f
SHA512 (geopandas-0.8.1.tar.gz) = a6c01e39f1a6b7836508dc7bbc26d9c83e5bdc37d1f1d0f87fe94235e8fce8096f0379fef74c74e5a8104c2398dfd59effd3d833080dbf1bda440c6336b343b1
Size (geopandas-0.8.1.tar.gz) = 961521 bytes