/geo-utils

Small, simple data representation for GeoJSON files with support for small algorithms

Primary LanguageJavaApache License 2.0Apache-2.0

Dronfies Labs Geo Utils

This library is the first open source library we're developing in Dronfies Labs. Although simple and heavily based on android-maps-utils, it fixes what for us was a fundamental flaw: coupling with Google Maps API. In particular, this library allows us to:

  • Parse GeoJSON and KML files and store them in a simple data structure.
  • Calculate if a given position intersects a given geometry shape

We'll keep updating this library given on the particular needs of the in-house projects that depend on it.

What has been adapted:

So far, GeoJson entities have been adapted and tested to work with PolyUtils methods. Support for KML files not yet fully adapted.