Metadata-Version: 2.1
Name: PointsStatistic
Version: 0.1.1
Summary: Library to count POIs around reference points, and distance of the closest ones
Home-page: https://PointsStatistics.readthedocs.io/
Author: Francesco Niccolò Polinelli
Author-email: francescon.polinelli@gmail.com
License: Free for non-commercial use
Description: This class defines two functions: 1 - Given a points shapefile of reference points, a list of polygon shapefile that subdivide the study area, a radius r of interest, the desired coordinate reference system (crs), and a series of points shapefile containing the point of interests (POIs), counts the numbers of POIs inside the defined radius r from the reference points. This number is added to a new database column 2 - Given a points shapefile of reference points, a list of polygon shapefile that subdived the study area, the desired coordinate reference system (crs), and a series of points shapefile containing the point of interests (POIs), returns the distance between the reference point and the closest POI. The result is added to a new database column
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: Free for non-commercial use
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
