Opened 2 months ago

Last modified 3 weeks ago

#2479 new enhancement

package dask-geopandas

Reported by: darkblueb Owned by: osgeolive@…
Priority: normal Milestone: OSGeoLive17.0
Component: OSGeoLive Keywords: geopandas
Cc:

Description

Change History (2)

comment:1 by darkblueb, 3 weeks ago

ol17_build95

geopandas has shipped v1.0

## install geopandas v1.0 via pip

user@osgeolive:~$ pip install --upgrade --break-system-packages --upgrade-strategy=only-if-needed  geopandas
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: geopandas in /usr/lib/python3/dist-packages (0.14.3)
Collecting geopandas
  Downloading geopandas-1.0.1-py3-none-any.whl.metadata (2.2 kB)
Requirement already satisfied: numpy>=1.22 in /usr/lib/python3/dist-packages (from geopandas) (1.26.4)
Collecting pyogrio>=0.7.2 (from geopandas)
  Downloading pyogrio-0.10.0-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (5.5 kB)
Requirement already satisfied: packaging in /usr/lib/python3/dist-packages (from geopandas) (24.0)
Requirement already satisfied: pandas>=1.4.0 in /usr/lib/python3/dist-packages (from geopandas) (2.1.4+dfsg)
Requirement already satisfied: pyproj>=3.3.0 in /usr/lib/python3/dist-packages (from geopandas) (3.6.1)
Requirement already satisfied: shapely>=2.0.0 in /usr/lib/python3/dist-packages (from geopandas) (2.0.3)
Requirement already satisfied: certifi in /usr/lib/python3/dist-packages (from pyogrio>=0.7.2->geopandas) (2023.11.17)
Downloading geopandas-1.0.1-py3-none-any.whl (323 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 323.6/323.6 kB 271.6 kB/s eta 0:00:00
Downloading pyogrio-0.10.0-cp312-cp312-manylinux_2_28_x86_64.whl (24.0 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.0/24.0 MB 274.6 kB/s eta 0:00:00
Installing collected packages: pyogrio, geopandas
Successfully installed geopandas-1.0.1 pyogrio-0.10.0

comment:2 by darkblueb, 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.