-
Hello, I would like to be able to use the attribute "air temperature" for my herp collection. I see on the code table that Herp is not in the list of collections for that attribute type so I assumed…
-
Output a table for QAQC containing the following fields:
- bbl
- original parcel name - the parcel name value before changing
- normalized parcel name - the parcel name value after applying regex a…
-
In the interest of focusing on what we need to be relevant to a project like E3SM, I think it would be good for us to start a conversation about what we can get rid of, now that we know a bit more wha…
-
When we scope out QAQC checks make sure these are included
[qc_corrections.sql.zip](https://github.com/NYCPlanning/db-developments/files/5953144/qc_corrections.sql.zip)
-
Organize QAQC table to be more streamlined with HED checks:
b_likely_occ_desc,
b_large_alt_reduction,
b_nonres_with_units,
units_co_prop_mismatch,
partially_complete -> **New QAQC check**
uni…
-
Don't take the IPIS Community District value if PLUTO doesn't have a community district value.
-
The check `outlier_nb_500plus` is broken because `job_type = 'New building'` should be `job_type = 'New Building'`
https://github.com/NYCPlanning/db-developments/blob/09fe1d63285bd3a725a53ed00ee743…
-
GIS run schema check on data from TRD before pulling it
-
For example:
```sql
DELETE FROM dcp_pluto.qaqc_null
WHERE pair = :'VERSION'||' - '||:'VERSION_PREV'
AND CONDO::boolean = :CONDO
AND MAPPED::boolean = :MAPPED;
INSERT INTO dcp_pluto.qaqc_nul…
-
## dcas_ipis_geoerrors #100
Contains `dcas_ipis` records that correspond with a `dcas_ipis_geocodes` record where the field `grc 00`.
This means that the BBL from the input data either did not succ…