spandex icon indicating copy to clipboard operation
spandex copied to clipboard

Set/assert value function

Open janowicz opened this issue 11 years ago • 0 comments

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')

janowicz avatar Sep 12 '14 02:09 janowicz