Skip to content

bcdev/geo-inventory

Repository files navigation

geo-inventory

This repo contains a geo inventory implementation.

Currently following implementations are available:

  • using a plain CSV file a a backend, intelligent testing (using binary search in time)
  • using a binary index plus a data files containing the polygon data

The geo test are performed using the google S2 library.

See CHANGES for changes.