Skip to content

SLIPO-EU/loci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LOCI

Overview

LOCI is a Python library providing high-level functions for exploring, mining and visualizing Points and Areas of Interest. It is under ongoing development. It currently supports the following functionalities:

  • Create a GeoDataFrame from POI data in a CSV file.
  • Display POIs on the map.
  • Filter POIs by category or keywords.
  • Compute and visualize statistics about POI categories or keywords.
  • Generate word clouds from POI categories or keywords.
  • Generate heatmaps from POI locations.
  • Construct and visualize a grid structure over POI locations.
  • Compute and visualize POI clusters using density-based clustering.
  • Use LDA to extract and assign topics to clusters.
  • Use of frequent itemset mining to discover frequent location sets.

Quick start

Please see the provided notebooks.

Documentation

See here.

License

The contents of this project are licensed under the Apache License 2.0.

Releases

No releases published

Packages

No packages published