...
Introduction
In collaboration with the Department of Planning we have written a restful parcel service. This page describes that service.
Data Concurrency
The parcel data are updated every weeknight. Because these updates rely on lots of moving parts, they will fail a few times a year. We actively monitor this and usually have everything fixed for the next business day.
User Contacts
Contact | Department |
---|---|
Aksel Olsen | Department of Planning |
...
The URL is case sensitive.
A parcel that exists: http://10.250.60.189/search/parcel/1234001/
A parcel that does not exist: http://10.250.60.189/search/parcel/1234001X/
A parcel without geometry: http://TODO - deploy10.250.60.189/search/parcel/5678007/
A retired parcel: http://10.250.60.189/search/parcel/5708026/
Example Response
Code Block |
---|
[ { "returnObj": [ "date_map_drop": null, { "date_rec_add": null, "geometry": "MULTIPOLYGON (((6000289.6490318738000000 2109189.6356368181000000, 6000303.3496173630000000 2109090.5707322196000000, 6000331.9383771177000000 2109094.5545561356000000, 6000318.0463601183000000 2109193.5863283621000000, 6000289.6490318738000000 2109189.6356368181000000)))", "parcel_id": 48145, "project_id_add"block_num": "ORIG_BASEMAP1234", "update_tms": null, "blockblk_numlot": "12341234001", "project_id_alt": null, "blk_lotcentroid": "1234001", "date_map_alt": null, POINT (6000310.7489634585000000 2109142.0785302911000000)", "project_id_drop": null, "lot_num": "001", "srid": 2227, "centroidsrid": "POINT (6000310.7489634585000000 2109142.0785302911000000)"2227, "exception_notes": null, "date_map_add": "1998-07-01", "date_rec_drop": null, "map_blk_lot": "1234001", } ], "createstatus_tmscode": "2009-09-01 14:06:25"0, "message": "", "errors": {} ], "success": true } |
Field Definitions
Anchor | ||||
---|---|---|---|---|
|
TODO
...
field name | description |
---|---|
date_map_add | create date |
date_rec_drop | retire date |
geometry | geometry of the parcel polygon |
centroid | center point of parcel polygon |
srid | spatial reference id |
lot_num | lot number |
block_num | block number |
blk_lot | concatenation of block |
map_blk_lot | ground level parcel identifier |