-
Notifications
You must be signed in to change notification settings - Fork 1
Index polygon
robert-valueguard edited this page Oct 30, 2024
·
2 revisions
The code below gives an example of how to use the client to get index polygon.
import valueguard
vgClient = valueguard.Client()
vgClient.authenticate("<username>", "<password>")
print(vgClient.index_polygon(search_criteria={
"id":913011018001046,
})){
"area_polygons": {
"features": [
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
18.037137,
59.247748
],
[
18.036833,
59.247819
],
[
17.993514,
59.260877
]
]
],
"crs": {
"type": "name",
"properties": {
"name": "EPSG:4326"
}
}
},
"properties": {
"area_name": "Stockholm testområde",
"area_id": 534286
}
}
],
"type": "FeatureCollection"
}
}| Field name | Description | Example |
|---|---|---|
| id | Index id | 913011018001046 |
curl https://api.valueguard.se/v1/index/polygon?id={id}- General description
- Residential Registry
- Residential Registry Markups
- Residential Registry Valuations
- General description
- Index normalized
- Index definitions*
- Publishing calendar
- Best index
- Index recount
- Index volume
- General description
- Area
- Area polygon
- Area category
- Area information
- Area information field
- Area information tag
- Area information dates
- Area map
*= only for internal use