diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-05-11 03:40:27 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-16 08:44:07 +0700 |
commit | a62cd84489882b860e1e8547a72f3b17d8c2df6c (patch) | |
tree | dc9a684ace464d09359a6e9dae608d8c4a9dccae /gis/geopandas/slack-desc | |
parent | 875a8711391bd6b350c31375ba4ef1ca1df8a8e6 (diff) | |
download | slackbuilds-a62cd84489882b860e1e8547a72f3b17d8c2df6c.tar.gz |
gis/geopandas: Added (Python tools for geographic data)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/geopandas/slack-desc')
-rw-r--r-- | gis/geopandas/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gis/geopandas/slack-desc b/gis/geopandas/slack-desc new file mode 100644 index 0000000000..50ab2d22ee --- /dev/null +++ b/gis/geopandas/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +geopandas: geopandas (Python tools for geographic data) +geopandas: +geopandas: GeoPandas is a project to add support for geographic data to pandas +geopandas: objects. It currently implements GeoSeries and GeoDataFrame types +geopandas: which are subclasses of pandas.Series and pandas.DataFrame +geopandas: respectively. GeoPandas objects can act on shapely geometry objects +geopandas: and perform geometric operations. +geopandas: +geopandas: +geopandas: +geopandas: |