A research repository into geolabels, not for wide use yet
at main 15 lines 502 B view raw
1(lang dune 3.16) 2(name terradots) 3(generate_opam_files true) 4 5(package 6 (name terradots) 7 (synopsis "Geospatial label store for planetary observation data") 8 (description 9 "A data model for geospatial labels — human observations, registry 10 imports, simulation outputs, and derived annotations used to train 11 geospatial foundation models. Supports full provenance tracking, 12 Hilbert curve spatial indexing, and Darwin Core temporal conventions.") 13 (license ISC) 14 (depends 15 (ocaml (>= 5.2))))