Skip to content

How-to

Task-oriented, step-by-step guides. Each one gets a specific job done, assuming you already know the basics.

  • Prepare an administrative boundary release


    Chain several tools to take a raw administrative boundary delivery through to a clean, coded, packaged release.

    Prepare a release

  • Fix gaps and overlaps in one layer


    Detect coverage defects in a single polygon layer, then fix them.

    Fix gaps and overlaps

  • Fit a finer layer to a coarser parent


    Extend and clip a finer child layer so it fits a coarser parent/clip layer exactly.

    Fit a finer layer

  • Map and rename columns to a target schema


    Crosswalk a source file's columns onto a target admin-hierarchy schema, then rename/drop columns to match.

    Map and rename columns

  • Fill hierarchy columns down to each row's real depth


    Stamp each row with its real admin depth, then cascade every admin-hierarchy column down to that depth.

    Fill hierarchy columns

  • Package a layer for a web map


    Derive the cartographic outputs a web map needs from one clean polygon layer.

    Package for a web map

  • Compare an old and new boundary version


    Classify every unit between two versions of a polygon layer and get a changelog plus a spatial overlay for review.

    Compare boundary versions

  • Assign or reconcile hierarchical codes


    Assign a fresh hierarchical code to a flat, uncoded layer, or reconcile an already-coded layer against a new uncoded candidate.

    Assign hierarchical codes

  • Clip children to a parent, or stitch tiled seams


    Use the two lower-level primitives edge-match/edge-mosaic chain internally, directly, for a narrower job than a full fit.

    Clip and stitch tiles

  • Extend a layer outward to fill gaps


    Extend a polygon layer's boundaries outward using Voronoi diagrams, producing a complete coverage layer with no external gaps.

    Extend a layer outward