Releases: ecere/dggal
Preliminary preview v0.0.1
This updated preview includes working C++ bindings, fixes issues resolving coordinates to sub-zones, supports more efficient and deeper query of sub-zone indices and sub-zones at a specific indices, more efficient queries of ancestral relationships, and provides an initial complete documentation of the API ( https://dggal.org/docs/html/dggal.html ).
Preliminary preview
Initial preliminary preview of DGGAL, with support for ISEA3H, ISEA9R and GNOSISGlobalGrid.
dgg tool able to generate grids in WGS84, ISEA or ISEA 5x6 coordinates, list zones for a given WGS84 bounding box (compacted or not), list sub-zones at a particular depth, describe relationships between two zones, resolve sub-zone index to global zone ID, return the sub-zone index of a sub-zone relative to a parent zone, and convert DGGS-JSON to GeoJSON.
Working initial version of C and Python bindings for the eC library.