Lines 1-12
Link Here
|
1 |
GeoPandas is a project to add support for geographic data to pandas objects. |
1 |
GeoPandas is a project to add support for geographic data to pandas objects. |
2 |
It currently implements GeoSeries and GeoDataFrame types which are subclasses |
2 |
It currently implements GeoSeries and GeoDataFrame types which are subclasses |
3 |
of pandas.Series and pandas.DataFrame respectively. GeoPandas objects can act |
3 |
of pandas.Series and pandas.DataFrame respectively. GeoPandas objects can act |
4 |
on shapely geometry objects and perform geometric operations. |
4 |
on shapely geometry objects and perform geometric operations. |
5 |
|
5 |
|
6 |
GeoPandas geometry operations are cartesian. The coordinate reference system |
6 |
GeoPandas geometry operations are cartesian. The coordinate reference system |
7 |
(crs) can be stored as an attribute on an object, and is automatically set when |
7 |
(crs) can be stored as an attribute on an object, and is automatically set when |
8 |
loading from a file. Objects may be transformed to new coordinate systems with |
8 |
loading from a file. Objects may be transformed to new coordinate systems with |
9 |
the to_crs() method. There is currently no enforcement of like coordinates for |
9 |
the to_crs() method. There is currently no enforcement of like coordinates for |
10 |
operations, but that may change in the future. |
10 |
operations, but that may change in the future. |
11 |
|
11 |
|
12 |
WWW: https://pypi.org/project/geopandas/ |
12 |
WWW: https://pypi.org/project/geopandas/ |