index
:
libdggs.git
master
Lightweight spatial analysis upon DGGS datamodels. eMail contributions to opensource@openwork.nz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-06-17
Rename internal variables/functions in the test routines.
HEAD
master
Adrian Cochrane
2020-06-17
Rename internal variables from 'cell' to 'zone' & 'area' to 'geom'.
Adrian Cochrane
2020-06-16
Rename 'area' to 'geom' in internal functions.
Adrian Cochrane
2020-06-16
Rename 'cell' to 'zone' in internal functions.
Adrian Cochrane
2020-06-16
Rename 'cell' to 'zone' in public API (few remaining cases).
Adrian Cochrane
2020-06-16
Rename 'cell' to 'zone' in public function names.
Adrian Cochrane
2020-06-16
Move viewer into seperate repo.
Adrian Cochrane
2020-06-16
Rename types to reflect newer DGGS standards.
Adrian Cochrane
2019-06-10
Implement underlying model and rendering logic.
Adrian Cochrane
2019-06-10
Fix upwards navigation.
Adrian Cochrane
2019-06-06
Add navigation between cells.
Adrian Cochrane
2019-06-06
Implement selection/navigate down.
Adrian Cochrane
2019-05-30
Implement the base for a libdggs UI.
Adrian Cochrane
2019-05-24
Fix typo
Adrian Cochrane
2019-05-24
Implement coveredby, within, and overlaps.
Adrian Cochrane
2019-05-24
Implement coveredby, within, and overlaps.
Adrian Cochrane
2019-05-24
Implement contains operator.
Adrian Cochrane
2019-05-24
Rename dggs_contains to avoid future conflict.
Adrian Cochrane
2019-05-24
Implement Touches operator.
Adrian Cochrane
2019-05-22
Perform RHEALPIX adjacency postprocessing
Adrian Cochrane
2019-05-21
Test adjacency between P/Q/R and N/S.
Adrian Cochrane
2019-05-21
Find siblings outside of the same parent.
Adrian Cochrane
2019-05-21
Refactor RHEALPIX adjacency into the layout into the four directions.
Adrian Cochrane
2019-05-20
Expand the tests.
Adrian Cochrane
2019-05-17
Guard against null adjacency functions.
Adrian Cochrane
2019-05-17
Merge branch 'master' of git.nzoss.org.nz:openwork/libdggs
Adrian Cochrane
2019-05-17
First-draft definition for RHEALPIX neighbouring cells.
Adrian Cochrane
2019-03-19
Link to development notes.
Adrian Cochrane
2019-02-27
Implement difference operator.
Adrian Cochrane
2019-02-25
Optimize normalization, implementing union/intersection.
Adrian Cochrane
2019-02-25
Code simplification.
Adrian Cochrane
2019-02-21
Benchmark geographic operators.
Adrian Cochrane
2019-02-21
Benchmark normalization function.
Adrian Cochrane
2019-02-21
Fix dynamic memory hygene inside normalization.
Adrian Cochrane
2019-02-21
Handle allocation failures.
Adrian Cochrane
2019-02-21
Implement geospatial operators.
Adrian Cochrane
2019-02-20
Add cell relationship tests.
Adrian Cochrane
2019-02-20
Improve README.
Adrian Cochrane
2019-02-20
Implement equality operator.
Adrian Cochrane
2019-02-20
Normalize geometries.
Adrian Cochrane
2019-02-20
Optimize parsing.
Adrian Cochrane
2019-02-19
Implement cell navigation.
Adrian Cochrane
2019-02-19
License under the GNU GPL v3 or later.
Adrian Cochrane
2019-02-19
Fully encode and decode DGGS geometries.
Adrian Cochrane
2019-02-18
Parse individual cells.
Adrian Cochrane
2019-02-18
Build includable library with Meson.
Adrian Cochrane
2019-02-18
Setup build and test systems.
Adrian Cochrane
2019-02-18
Init.
Adrian Cochrane