-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
163 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
{ | ||
"id": "servicegebieden", | ||
"type": "table", | ||
"title": "Afval servicegebied", | ||
"description": "Een afvalservicegebied is een verzameling van panden die dicht bij elkaar liggen op basis van hun loopafstand tot een afvalophaal locatie. De bewoners van deze panden maken gebruik van het dichtstbijzijnde afvalservicepunt.", | ||
"version": "1.1.0", | ||
"auth": "OPENBAAR", | ||
"schema": { | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"type": "object", | ||
"additionalProperties": false, | ||
"required": [ | ||
"schema", | ||
"id" | ||
], | ||
"mainGeometry": "geometrie", | ||
"identifier": "id", | ||
"display": "id", | ||
"properties": { | ||
"schema": { | ||
"$ref": "https://schemas.data.amsterdam.nl/[email protected]#/definitions/schema" | ||
}, | ||
"id": { | ||
"type": "string", | ||
"description": "Unieke identificatie van een afval servicegeied", | ||
"title": "id" | ||
}, | ||
"bagObjectId": { | ||
"type": "string", | ||
"description": "Unieke BAG object (pand, ligplaats en stanstandplaats) identificatie", | ||
"title": "BAG object identificatie" | ||
}, | ||
"bagObjectType": { | ||
"type": "string", | ||
"description": "Type BAG object (pand, ligplaats en stanstandplaats)", | ||
"title": "BAG object type" | ||
}, | ||
"servicegebiedenLocatie": { | ||
"type": "string", | ||
"relation": "huishoudelijkafval:servicegebieden_locatie", | ||
"description": "Identificatie van een servicegebied locatrie. De Servicegebieden locaties corrospenderen met de afvalcluster", | ||
"title": "" | ||
}, | ||
"fractieCode": { | ||
"type": "string", | ||
"description": "Type afvalfractie code waarvoor de container is bedoeld: 1 - Rest, 2 - Glas, 3 - Papier, 4 - Plastic, 5 - Textiel, 6 - GFT, 9 - Brood", | ||
"title": "Afvalfractie code" | ||
}, | ||
"fractieOmschrijving": { | ||
"type": "string", | ||
"description": "Afvalcontainer fractieomschrijving zoals door leverancier is geleverd.", | ||
"title": "Afvalfractie omschrijving" | ||
}, | ||
"loopafstandCategorieId": { | ||
"type": "string", | ||
"description": "Uneike identificatie van loopafstanden categoriën", | ||
"title": "Loopafstand categorie id" | ||
}, | ||
"loopafstandCategorieOmschrijving": { | ||
"type": "string", | ||
"description": "De loopafstanden zijn volgens een vastgestelde indelijng gecategoriseerd. Bijvoorbeeld: 30 - 90 meter", | ||
"title": "Loopafstand categorie omschrijving" | ||
}, | ||
"loopafstandCategorieVanaf": { | ||
"type": "number", | ||
"description": "De loopafstand vanaf een bepaalde meter. volgends de loopafstand categorisatie.", | ||
"title": "Loopafstand categorie vanaf" | ||
}, | ||
"loopafstandCategorieTot": { | ||
"type": "number", | ||
"description": "De loopafstand tot een bepaalde meter volgends de loopafstandcategorisatie.", | ||
"title": "Loopafstand tot" | ||
}, | ||
"categorieWijzigingsdatumDp": { | ||
"type": "string", | ||
"format": "date-time", | ||
"description": "De datum waarp de lopafstandcategorie in de datapijplijn is gewijzigd", | ||
"title": "Categorie wijzigingsdatum data pijplijn" | ||
}, | ||
"categorieVerwijderdDp": { | ||
"type": "boolean", | ||
"description": "De datum waarop de loopafstandcategorie in de datapijplijn is verwijderd.", | ||
"title": "Categorie verwijderddatum" | ||
}, | ||
"geometrie": { | ||
"$ref": "https://geojson.org/schema/Polygon.json", | ||
"description": "Geometrie van het type POINT van de container RD (epsg:28992)", | ||
"title": "Geometrie" | ||
} | ||
} | ||
} | ||
} |
65 changes: 65 additions & 0 deletions
65
datasets/huishoudelijkafval/servicegebiedenLocatie/v1.1.0.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
{ | ||
"id": "servicegebiedenLocatie", | ||
"type": "table", | ||
"title": "Afval servicegebied locatie", | ||
"description": "Een afvalservicepunt voor ondergrondse containers vertegenwoordigt een ophaallocatie voor één type afvalfractie, met een gemiddelde loopafstand naar de nabijgelegen panden. Als er op een ophaallocatie meerdere containers voor dezelfde fractie zijn, worden deze als één enkele fractie beschouwd.", | ||
"version": "1.1.0", | ||
"auth": "OPENBAAR", | ||
"schema": { | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"type": "object", | ||
"additionalProperties": false, | ||
"required": [ | ||
"schema", | ||
"id" | ||
], | ||
"mainGeometry": "geometrie", | ||
"identifier": "id", | ||
"display": "id", | ||
"properties": { | ||
"schema": { | ||
"$ref": "https://schemas.data.amsterdam.nl/[email protected]#/definitions/schema" | ||
}, | ||
"id": { | ||
"type": "string", | ||
"description": "Unieke identificatie van een afval servicegeied locatie", | ||
"title": "Id" | ||
}, | ||
"clusterFractieAantalContainers": { | ||
"type": "number", | ||
"description": "Aantal containers per clusterfractie", | ||
"title": "Aantal containers per clusterfractie " | ||
}, | ||
"clusterFractieVolumeM3": { | ||
"type": "number", | ||
"description": "De som van het volume (m3) van containers per clusterfractie", | ||
"title": "Cluster fractie volume" | ||
}, | ||
"clusterFractieCode": { | ||
"type": "string", | ||
"description": "Type afvalfractie code waarvoor de container is bedoeld: 1 - Rest, 2 - Glas, 3 - Papier, 4 - Plastic, 5 - Textiel, 6 - GFT, 9 - Brood", | ||
"title": "Afvalfractie code" | ||
}, | ||
"clusterFractieOmschrijving": { | ||
"type": "string", | ||
"description": "Afvalcontainer fractieomschrijving zoals door leverancier is geleverd.", | ||
"title": "Afvalfractie omschrijving" | ||
}, | ||
"aantalWoningen": { | ||
"type": "number", | ||
"description": "", | ||
"title": "Aantal woningen die gebruik van het servicegebied locatie maken. " | ||
}, | ||
"gemiddeldeLoopafstand": { | ||
"type": "number", | ||
"description": "", | ||
"title": "De gemiddelde loopafstand van woningen naar een servicegebied locatie " | ||
}, | ||
"geometrie": { | ||
"$ref": "https://geojson.org/schema/Point.json", | ||
"description": "Geometrie van het type POLYGON van de container RD (epsg:28992)", | ||
"title": "Geometrie" | ||
} | ||
} | ||
} | ||
} |