lib

Core libraries for Radroots
git clone https://radroots.dev/git/lib.git
Log | Files | Refs | README | LICENSE

README (784B)


      1 # radroots_geocoder
      2 
      3 This is the README for `radroots_geocoder`, which provides offline geocoder
      4 queries for the `radroots` core libraries.
      5 
      6 ## Overview
      7 
      8  * a `Geocoder` type that opens prepared datasets from a filesystem path or
      9    in-memory bytes;
     10  * reverse-geocoding queries over point coordinates with caller-supplied
     11    options;
     12  * country lookup, country listing, and country center helpers backed by the
     13    same dataset;
     14  * a `std`-based implementation over bundled GeoNames-style SQLite data.
     15 
     16 ## Copyright
     17 
     18 Except as otherwise noted, all files in the `radroots_geocoder` distribution
     19 are
     20 
     21  Copyright (c) 2020-2026 Tyson Lupul
     22 
     23 For information on usage and redistribution, and for a DISCLAIMER OF ALL
     24 WARRANTIES, see LICENSE included in the `radroots_geocoder` distribution.