Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump PORTREVISION for ports depending on the canonical version of GCC | Gerald Pfeifer | 2018-12-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272 | ||||
* | Update to 0.4.0 | Sunpoet Po-Chuan Hsieh | 2018-08-18 | 1 | -1/+1 |
| | | | | | | | | | Changes: https://github.com/geopandas/geopandas/releases PR: 230706 Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer) Notes: svn path=/head/; revision=477466 | ||||
* | s/FLAVOR/PY_FLAVOR/. | Mathieu Arnold | 2018-07-09 | 1 | -5/+5 |
| | | | | | | | | Pointy hat: wen Sponsored by: Absolight Notes: svn path=/head/; revision=474243 | ||||
* | GeoPandas is a project to add support for geographic data to pandas objects. | Wen Heping | 2018-06-27 | 1 | -0/+25 |
It currently implements GeoSeries and GeoDataFrame types which are subclasses of pandas.Series and pandas.DataFrame respectively. GeoPandas objects can act on shapely geometry objects and perform geometric operations. GeoPandas geometry operations are cartesian. The coordinate reference system (crs) can be stored as an attribute on an object, and is automatically set when loading from a file. Objects may be transformed to new coordinate systems with the to_crs() method. There is currently no enforcement of like coordinates for operations, but that may change in the future. WWW: https://pypi.python.org/pypi/geopandas PR: 228666 Submitted by: lbartoletti@tuxfamily.org Notes: svn path=/head/; revision=473441 |