Correct faulty examples, verified against the GeoDMS source
Diversity: result table was a copy of the input; rebuilt from the
DiversityOperator semantics (distinct values in neighbourhood).
Float32/Float64: example tables showed integer truncation, copied
from Int32; conversions are value-preserving. Griddist: argument
naming unified to the source-backed zonalGrid/boundaryImp. Invert:
example was 1-based, corrected to 0-based. AsDataString: example
result now shows the single-quoted, bracketed output the operator
actually produces. Correlation/Covariance examples were verified and
found correct (null pairs are skipped; constant series give 0 or
undefined correlation).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Add missing reference pages, verified against the GeoDMS source
New pages: Geos (overview of the geos_* family), PostGis (gdal.vect
based reading, replaces an unlinked draft in a subfolder), Discrete
Allocation (concept page), Potential variants, CanBeDomainUnit,
split_union_polygon (historical, renamed since v20), modus_count and
impedance_matrix_od64. Operator inventories, semantics and naming were
checked against C:/Dev/GeoDMS_2026 (BoostPolygon.cpp, OperPot.cpp,
DiscrAlloc.cpp, Dijkstra.cpp, gdal_vect.cpp a.o.); family pages now
link the new pages.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>