Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Introduction

In collaboration with Planning we have written a restful parcel service. This page describes that service.

User Contacts
ContactDepartment
Aksel OlsenDepartment of Planning
Example URLs

NOTE: all the links in this section are to an internal server which is not accessible from outside the city (sorry(sad))

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://10.250.60.189/search/parcel/5678007/

A retired parcel: http://10.250.60.189/search/parcel/5708026/

Example Response

[
    {
        "date_map_add": "1998-07-01",
        "date_map_drop": null,
        "block_num": "1234",
        "lot_num": "001",
        "blk_lot": "1234001",
        "map_blk_lot": "1234001",
        "srid": 2227,
        "centroid": "POINT (6000310.7489634585000000 2109142.0785302911000000)",
        "geometry": "MULTIPOLYGON (((6000289.6490318738000000 2109189.6356368181000000, 6000303.3496173630000000 2109090.5707322196000000, 6000331.9383771177000000 2109094.5545561356000000, 6000318.0463601183000000 2109193.5863283621000000, 6000289.6490318738000000 2109189.6356368181000000)))"

    }
]
Field Definitions
field namedescription

date_map_add

create date
date_rec_dropretire date
geometrygeometry of the parcel polygon
centroidcenter point of parcel polygon
sridspatial reference id
lot_numlot number
block_numblock number
blk_lotconcatenation of block
map_blk_lotground level parcel identifier
  • No labels