Opened 2 months ago
Last modified 3 weeks ago
#2479 new enhancement
package dask-geopandas
Reported by: | darkblueb | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | OSGeoLive17.0 |
Component: | OSGeoLive | Keywords: | geopandas |
Cc: |
Description
Change History (2)
comment:1 by , 3 weeks ago
comment:2 by , 3 weeks ago
## install dask-geopandas via pip
user@osgeolive:~$ pip install --upgrade --break-system-packages --upgrade-strategy=only-if-needed dask-geopandas Defaulting to user installation because normal site-packages is not writeable Collecting dask-geopandas Downloading dask_geopandas-0.4.2-py3-none-any.whl.metadata (3.7 kB) Requirement already satisfied: geopandas>=0.12 in ./.local/lib/python3.12/site-packages (from dask-geopandas) (1.0.1) Requirement already satisfied: shapely>=2.0 in /usr/lib/python3/dist-packages (from dask-geopandas) (2.0.3) Requirement already satisfied: dask>=2022.06.0 in /usr/lib/python3/dist-packages (from dask[dataframe]>=2022.06.0->dask-geopandas) (2023.12.1+dfsg) Requirement already satisfied: packaging in /usr/lib/python3/dist-packages (from dask-geopandas) (24.0) Requirement already satisfied: click>=8.1 in /usr/lib/python3/dist-packages (from dask>=2022.06.0->dask[dataframe]>=2022.06.0->dask-geopandas) (8.1.6) Requirement already satisfied: cloudpickle>=1.5.0 in /usr/lib/python3/dist-packages (from dask>=2022.06.0->dask[dataframe]>=2022.06.0->dask-geopandas) (3.0.0) Requirement already satisfied: fsspec>=2021.09.0 in /usr/lib/python3/dist-packages (from dask>=2022.06.0->dask[dataframe]>=2022.06.0->dask-geopandas) (2024.2.0) Collecting importlib-metadata>=4.13.0 (from dask>=2022.06.0->dask[dataframe]>=2022.06.0->dask-geopandas) Downloading importlib_metadata-8.5.0-py3-none-any.whl.metadata (4.8 kB) Requirement already satisfied: partd>=1.2.0 in /usr/lib/python3/dist-packages (from dask>=2022.06.0->dask[dataframe]>=2022.06.0->dask-geopandas) (1.4.1) Requirement already satisfied: pyyaml>=5.3.1 in /usr/lib/python3/dist-packages (from dask>=2022.06.0->dask[dataframe]>=2022.06.0->dask-geopandas) (6.0.1) Requirement already satisfied: toolz>=0.10.0 in /usr/lib/python3/dist-packages (from dask>=2022.06.0->dask[dataframe]>=2022.06.0->dask-geopandas) (0.12.0) Requirement already satisfied: pandas>=1.3 in /usr/lib/python3/dist-packages (from dask[dataframe]>=2022.06.0->dask-geopandas) (2.1.4+dfsg) Requirement already satisfied: numpy>=1.22 in /usr/lib/python3/dist-packages (from geopandas>=0.12->dask-geopandas) (1.26.4) Requirement already satisfied: pyogrio>=0.7.2 in ./.local/lib/python3.12/site-packages (from geopandas>=0.12->dask-geopandas) (0.10.0) Requirement already satisfied: pyproj>=3.3.0 in /usr/lib/python3/dist-packages (from geopandas>=0.12->dask-geopandas) (3.6.1) Collecting zipp>=3.20 (from importlib-metadata>=4.13.0->dask>=2022.06.0->dask[dataframe]>=2022.06.0->dask-geopandas) Downloading zipp-3.20.2-py3-none-any.whl.metadata (3.7 kB) Requirement already satisfied: certifi in /usr/lib/python3/dist-packages (from pyogrio>=0.7.2->geopandas>=0.12->dask-geopandas) (2023.11.17) Downloading dask_geopandas-0.4.2-py3-none-any.whl (64 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.4/64.4 kB 266.6 kB/s eta 0:00:00 Downloading importlib_metadata-8.5.0-py3-none-any.whl (26 kB) Downloading zipp-3.20.2-py3-none-any.whl (9.2 kB) Installing collected packages: zipp, importlib-metadata, dask-geopandas Successfully installed dask-geopandas-0.4.2 importlib-metadata-8.5.0 zipp-3.20.2
Note:
See TracTickets
for help on using tickets.
ol17_build95
geopandas has shipped v1.0
## install geopandas v1.0 via pip