Skip to content

Set/assert value function #32

@janowicz

Description

@janowicz

Function used to make and track one-off fixes/assertions/look-up-based-corrections to the data.

Examples:


assert(buildings, 'sqft_per_unit','>250')
assert(buildings, 'non_residential_sqft',0,'building_type_id=1')
assert(buildings, 'non_residential_sqft','footprint_area*stories','building_type_id>2')
assert(parcels, 'land_use_type_id',10,'parcel_id==2314')

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions