Skip to content

Commit

Permalink
Aanpassing kolomnamen
Browse files Browse the repository at this point in the history
  • Loading branch information
samvanoort committed Aug 16, 2023
1 parent ee03abc commit c12034d
Showing 1 changed file with 29 additions and 30 deletions.
59 changes: 29 additions & 30 deletions datasets/nieuwbouwplannen/dataset.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,79 +33,83 @@
"schema": {
"$ref": "https://schemas.data.amsterdam.nl/[email protected]#/definitions/schema"
},
"peildatum": {
"type": "string",
"description": "Peildatum van het bestand",
"format": "date" },
"id": {
"type": "integer",
"description": "Unieke aanduiding van nieuwbouwproject"
},
"idPrimavera": {
"id_primavera": {
"type": "integer",
"description": "ID van het project in Primavera"
},
"projectnaamAfkorting": {
"projectnaam_afkorting": {
"type": "string",
"description": "Projectnaam"
},
"buurtcode": {
"buurt_code": {
"type": "string",
"description": "Code van de buurt"
},
"buurtNaam": {
"buurt_naam": {
"type": "string",
"description": "Naam van de buurt"
},
"wijkCode": {
"wijk_code": {
"type": "string",
"description": "Code van de wijk"
},
"wijkNaam": {
"wijk_naam": {
"type": "string",
"description": "Naam van de wijk"
},
"gebiedCode": {
"gebied_code": {
"type": "string",
"description": "Code van het gebied"
},
"gebiedNaam": {
"gebied_naam": {
"type": "string",
"description": "Naam van het gebied"
},
"stadsdeelCode": {
"stadsdeel_code": {
"type": "string",
"description": "Code van het stadsdeel"
},
"stadsdeelNaam": {
"stadsdeel_naam": {
"type": "string",
"description": "Naam van het stadsdeel"
},
"grex": {
"type": "string",
"description": "Nummer grondexploitatie"
},
"gebiedsindelingPrimavera": {
"gebiedsindeling_primavera": {
"type": "string",
"description": "Gebiedsindeling uit Primavera"
},
"socialeHuurZelfstPerm": {
"sociale_huur_zelfst_perm": {
"type": "integer",
"description": "Aantal zelfstandige permanente sociale huurwoningen"
},
"middeldureHuur": {
"middeldure_huur": {
"type": "integer",
"description": "Aantal middeldure huurwoningen"
},
"socialeKoop": {
"sociale_koop": {
"type": "integer",
"description": "Aantal sociale koopwoningen"
},
"vrijeSectorHuur": {
"vrije_sector_huur": {
"type": "integer",
"description": "Aantal vrije sector huurwoningen"
},
"vrijeSectorKoop": {
"vrijeSector_koop": {
"type": "integer",
"description": "Aantal vrije sector koopwoningen"
},
"vrijeSectorNb": {
"vrije_sector_nb": {
"type": "integer",
"description": "Aantal vrije sector woningen waarvan later nog wordt bepaald of dit koop of huur wordt"
},
Expand All @@ -121,7 +125,7 @@
"type": "integer",
"description": "Aantal studentenwoningen"
},
"shOnzelfstTijdelijk": {
"sh_onzelfst_of_tijdelijk": {
"type": "integer",
"description": "Aantal onzelfstandig en/of tijdelijke sociale huurwoningen"
},
Expand All @@ -137,43 +141,38 @@
"type": "integer",
"description": "Totaal aantal woningen incl. onzelfstandige en/of tijdelijke woningen"
},
"totaalZelfstPerm": {
"totaal_zelfst_perm": {
"type": "integer",
"description": "Totaal aantal zelfstandige en permanente woningen"
},
"zelfbouw": {
"type": "string",
"description": "Zelfbouwproject"
},
"socialeHuurCorporatie": {
"sociale_huur_corporatie": {
"type": "string",
"description": "Woningcorporatie betrokken bij de ontwikkeling van de sociale huurwoningen"
},
"plaberumPublicatie": {
"plaberum_publicatie": {
"type": "string",
"description": "Plaberumfase"
},
"startBouwGepland": {
"start_bouw_gepland": {
"type": "string",
"description": "Datum waarop start bouw van het project gepland staat",
"format": "date"
},
"startBouwGerealiseerd": {
"start_bouw_gerealiseerd": {
"type": "string",
"description": "Datum waarop start van het project is gerealiseerd",
"format": "date"
},
"opleveringGepland": {
"oplevering_gepland": {
"type": "string",
"description": "Datum waarop oplevering van het project gepland staat",
"format": "date"
},
"peildatum": {
"type": "string",
"description": "Peildatum van het bestand",
"format": "date"
},
"geometrie": {
"wkt_geom": {
"description": "Geometrie van het type MULTIPOLYGON van het nieuwbouwproject",
"$ref": "https://geojson.org/schema/MultiPolygon.json"
}
Expand Down

0 comments on commit c12034d

Please sign in to comment.