You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there are a number of DOR parcels that are missing from AIS because they don't meet the requirements for an addressable parcel (no street name, house number, etc.) As a result when you click on those parcels in Atlas you get an error message that no addresses were found. This probably isn't the ideal user experience and we'll need those parcels in order to replicate the functionality of apps like Parcel Explorer, so for now I think we should let those parcels into AIS and continue to flag any hygiene issues in the dor_parcel_error table.
Then in load_addresses, intersect DOR parcels with PWD and write rows to address_parcel using the PWD parcel address and a match type of pwd_spatial.
That way (almost) all DOR parcels should have a good address and will be queryable via the API.
Good test case: Reading Terminal Market (3 remainder parcels with no addresses).
The text was updated successfully, but these errors were encountered:
bertday
changed the title
Allow all DOR parcels in Engine and match spatially to PWD
Allow all DOR parcels into Engine and match spatially to PWD
Jan 4, 2017
Currently there are a number of DOR parcels that are missing from AIS because they don't meet the requirements for an addressable parcel (no street name, house number, etc.) As a result when you click on those parcels in Atlas you get an error message that no addresses were found. This probably isn't the ideal user experience and we'll need those parcels in order to replicate the functionality of apps like Parcel Explorer, so for now I think we should let those parcels into AIS and continue to flag any hygiene issues in the
dor_parcel_error
table.Then in
load_addresses
, intersect DOR parcels with PWD and write rows toaddress_parcel
using the PWD parcel address and a match type ofpwd_spatial
.That way (almost) all DOR parcels should have a good address and will be queryable via the API.
Good test case: Reading Terminal Market (3 remainder parcels with no addresses).
The text was updated successfully, but these errors were encountered: