mbox series

[bug#50812,0/5] Add python-geopandas

Message ID 20210926085219.13547-1-felgru@posteo.net
Headers show
Series Add python-geopandas | expand

Message

Felix Gruber Sept. 26, 2021, 8:52 a.m. UTC
This patchset adds Geopandas, an extension to work with geographic data
in Python's Pandas dataframe library.

Felix Gruber (5):
  gnu: Add proj 7.2.1.
  gnu: Add python-pyproj.
  gnu: Add python-cligj.
  gnu: Add python-fiona.
  gnu: Add python-geopandas.

 gnu/packages/geo.scm        | 185 ++++++++++++++++++++++++++++++++++++
 gnu/packages/python-xyz.scm |  26 +++++
 2 files changed, 211 insertions(+)

Comments

Felix Gruber Sept. 26, 2021, 5:41 p.m. UTC | #1
This version of the patchset contains Maxime's proposed changes to the
fiona package.

Felix Gruber (5):
  gnu: Add proj 7.2.1.
  gnu: Add python-pyproj.
  gnu: Add python-cligj.
  gnu: Add python-fiona.
  gnu: Add python-geopandas.

 gnu/packages/geo.scm        | 178 ++++++++++++++++++++++++++++++++++++
 gnu/packages/python-xyz.scm |  26 ++++++
 2 files changed, 204 insertions(+)
Felix Gruber Sept. 27, 2021, 11:24 a.m. UTC | #2
This version of the patchset incorporates all of Xinglu Chen's proposed
changes, except for renaming proj.7 to proj-7. I've keept the name
proj.7 to be consistent with the name of the existing proj.4 package.

Felix Gruber (6):
  gnu: Add proj 7.2.1.
  gnu: Add python-pyproj.
  gnu: Add python-cligj.
  gnu: Add python-fiona.
  gnu: Add python-geopandas.
  gnu: Improve description of proj packages.

 gnu/packages/geo.scm        | 190 ++++++++++++++++++++++++++++++++++--
 gnu/packages/python-xyz.scm |  26 +++++
 2 files changed, 210 insertions(+), 6 deletions(-)