Merge pull request #2 from Tenosiey/main

This commit is contained in:
Sascha Seidel
2025-06-26 16:54:03 +02:00
committed by GitHub
15 changed files with 71868 additions and 0 deletions

30
README.md Normal file
View File

@@ -0,0 +1,30 @@
# Waste Collection Data (Ammerland)
This repository contains JSON data retrieved from the waste management application for the district of Ammerland, Germany. The data describes streets, segments and waste collection schedules used by the official app.
The original response (`awbapp.json`) is delivered by the app as a single JSON string. Internally the string contains 12 blocks separated by the literal `##`. For easier inspection the file has been split into parts under `awbapp_parts/part1.json` ... `part12.json`.
## Structure of the JSON Parts
| Part | Description |
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **part1.json** | List of streets. Each object contains `id`, `ortid` (town identifier), `bez` (street name) and helper fields such as `abc`. |
| **part2.json** | Sections for some streets. Every item has `id`, `strid` (street id) and `grenze` describing the section boundary. |
| **part3.json** | Additional street sections used by the app. The format mirrors `part2.json`. |
| **part4.json** | Yearly waste schedule per street or section. Fields include `resttag`, `biotag`, `werttag` and flags like `restgu`, `biogu`, `wertgu`. `papier` links to paper collection dates in part6. `jahr` stores the two-digit year (e.g. `18` for 2018). |
| **part5.json** | Mapping of streets to internal area codes (`ast`). |
| **part6.json** | Daily reference table from `2018-01-01` to `2024-12-31`. Each entry contains a date (`datum`) and attributes: `gu` (even/odd week), `vier` (fourweekly flag) and a `papier` id pointing to the paper collection plan. The last record is `{ "datum": "2024-12-31", "gu": true, "vier": true, "papier": 18 }`. After this date no further entries exist in the dataset. |
| **part7.json** | Dates for bulkywaste collection per town (`ortid`). |
| **part8.json** | Additional single dates per town, for example hazardous waste events. |
| **part9.json** | Holiday adjustments. `datum` is a holiday and `fdatum` is the shifted collection date. |
| **part10.json** | Points of interest such as recycling centers. Each item holds location coordinates. |
| **part11.json** | Waste categories used by the app. |
| **part12.json** | Relations between points of interest. |
## 2025 Update
The daily reference table in `part6.json` ends on 20241231. From 2025 onward no paper collection (`papier`) information is included. This suggests that the provider changed the data format or endpoint for the year 2025. Applications using this data would need to fetch a newer format or adapt the parsing logic.
## Example Usage
`main.py` demonstrates how the data was originally processed. It downloads `awbapp.json`, splits the blocks, and lets a user select a street to view upcoming collection dates. The script converts recurring patterns (such as twoweek or fourweek schedules) into specific calendar dates and can export them as an `.ics` file.

1
awbapp.json Normal file

File diff suppressed because one or more lines are too long

22034
awbapp_parts/part1.json Normal file

File diff suppressed because it is too large Load Diff

2412
awbapp_parts/part10.json Normal file

File diff suppressed because it is too large Load Diff

15
awbapp_parts/part11.json Normal file
View File

@@ -0,0 +1,15 @@
[
{ "id": 1, "art": 1, "bez": "Altmedikamente" },
{ "id": 2, "art": 1, "bez": "Farben" },
{ "id": 3, "art": 1, "bez": "L\u00f6semittel" },
{ "id": 4, "art": 1, "bez": "\u00d6lverschmutzte Abf\u00e4lle" },
{ "id": 5, "art": 1, "bez": "Leuchtstoffr\u00f6hren, Energiesparlampen" },
{ "id": 6, "art": 1, "bez": "Lightcycle Sammelstelle" },
{ "id": 7, "art": 1, "bez": "Chemikalien" },
{ "id": 8, "art": 1, "bez": "Pflanzenschutzmittel" },
{ "id": 9, "art": 2, "bez": "Gelbe S\u00e4cke" },
{ "id": 10, "art": 3, "bez": "Restm\u00fclls\u00e4cke" },
{ "id": 11, "art": 3, "bez": "Gartenabfalls\u00e4cke" },
{ "id": 12, "art": 3, "bez": "Sperrm\u00fclls\u00e4cke" },
{ "id": 13, "art": 4, "bez": "Glascontainer" }
]

344
awbapp_parts/part12.json Normal file
View File

@@ -0,0 +1,344 @@
[
{ "poi1id": 1, "poi2id": 2 },
{ "poi1id": 1, "poi2id": 3 },
{ "poi1id": 2, "poi2id": 4 },
{ "poi1id": 3, "poi2id": 1 },
{ "poi1id": 4, "poi2id": 9 },
{ "poi1id": 4, "poi2id": 10 },
{ "poi1id": 4, "poi2id": 11 },
{ "poi1id": 5, "poi2id": 10 },
{ "poi1id": 5, "poi2id": 11 },
{ "poi1id": 5, "poi2id": 12 },
{ "poi1id": 6, "poi2id": 9 },
{ "poi1id": 6, "poi2id": 10 },
{ "poi1id": 6, "poi2id": 11 },
{ "poi1id": 6, "poi2id": 12 },
{ "poi1id": 8, "poi2id": 5 },
{ "poi1id": 9, "poi2id": 1 },
{ "poi1id": 11, "poi2id": 1 },
{ "poi1id": 12, "poi2id": 9 },
{ "poi1id": 13, "poi2id": 2 },
{ "poi1id": 13, "poi2id": 3 },
{ "poi1id": 16, "poi2id": 2 },
{ "poi1id": 16, "poi2id": 3 },
{ "poi1id": 16, "poi2id": 4 },
{ "poi1id": 17, "poi2id": 9 },
{ "poi1id": 19, "poi2id": 2 },
{ "poi1id": 19, "poi2id": 3 },
{ "poi1id": 19, "poi2id": 4 },
{ "poi1id": 19, "poi2id": 5 },
{ "poi1id": 19, "poi2id": 6 },
{ "poi1id": 20, "poi2id": 1 },
{ "poi1id": 21, "poi2id": 9 },
{ "poi1id": 23, "poi2id": 2 },
{ "poi1id": 23, "poi2id": 3 },
{ "poi1id": 23, "poi2id": 4 },
{ "poi1id": 23, "poi2id": 5 },
{ "poi1id": 23, "poi2id": 7 },
{ "poi1id": 23, "poi2id": 8 },
{ "poi1id": 23, "poi2id": 9 },
{ "poi1id": 23, "poi2id": 10 },
{ "poi1id": 23, "poi2id": 11 },
{ "poi1id": 23, "poi2id": 12 },
{ "poi1id": 24, "poi2id": 1 },
{ "poi1id": 25, "poi2id": 10 },
{ "poi1id": 25, "poi2id": 11 },
{ "poi1id": 25, "poi2id": 12 },
{ "poi1id": 26, "poi2id": 9 },
{ "poi1id": 27, "poi2id": 1 },
{ "poi1id": 28, "poi2id": 4 },
{ "poi1id": 29, "poi2id": 1 },
{ "poi1id": 30, "poi2id": 1 },
{ "poi1id": 31, "poi2id": 1 },
{ "poi1id": 32, "poi2id": 9 },
{ "poi1id": 33, "poi2id": 1 },
{ "poi1id": 34, "poi2id": 9 },
{ "poi1id": 35, "poi2id": 9 },
{ "poi1id": 35, "poi2id": 10 },
{ "poi1id": 35, "poi2id": 11 },
{ "poi1id": 35, "poi2id": 12 },
{ "poi1id": 36, "poi2id": 5 },
{ "poi1id": 37, "poi2id": 5 },
{ "poi1id": 39, "poi2id": 9 },
{ "poi1id": 39, "poi2id": 10 },
{ "poi1id": 39, "poi2id": 11 },
{ "poi1id": 40, "poi2id": 4 },
{ "poi1id": 41, "poi2id": 9 },
{ "poi1id": 41, "poi2id": 10 },
{ "poi1id": 41, "poi2id": 11 },
{ "poi1id": 41, "poi2id": 12 },
{ "poi1id": 42, "poi2id": 9 },
{ "poi1id": 42, "poi2id": 10 },
{ "poi1id": 42, "poi2id": 11 },
{ "poi1id": 42, "poi2id": 12 },
{ "poi1id": 43, "poi2id": 1 },
{ "poi1id": 44, "poi2id": 9 },
{ "poi1id": 45, "poi2id": 1 },
{ "poi1id": 46, "poi2id": 8 },
{ "poi1id": 46, "poi2id": 9 },
{ "poi1id": 46, "poi2id": 10 },
{ "poi1id": 46, "poi2id": 11 },
{ "poi1id": 46, "poi2id": 12 },
{ "poi1id": 47, "poi2id": 9 },
{ "poi1id": 48, "poi2id": 9 },
{ "poi1id": 49, "poi2id": 5 },
{ "poi1id": 50, "poi2id": 1 },
{ "poi1id": 52, "poi2id": 9 },
{ "poi1id": 53, "poi2id": 4 },
{ "poi1id": 54, "poi2id": 9 },
{ "poi1id": 55, "poi2id": 1 },
{ "poi1id": 56, "poi2id": 1 },
{ "poi1id": 57, "poi2id": 1 },
{ "poi1id": 59, "poi2id": 9 },
{ "poi1id": 59, "poi2id": 10 },
{ "poi1id": 59, "poi2id": 11 },
{ "poi1id": 59, "poi2id": 12 },
{ "poi1id": 61, "poi2id": 5 },
{ "poi1id": 62, "poi2id": 10 },
{ "poi1id": 62, "poi2id": 11 },
{ "poi1id": 62, "poi2id": 12 },
{ "poi1id": 63, "poi2id": 9 },
{ "poi1id": 63, "poi2id": 10 },
{ "poi1id": 63, "poi2id": 11 },
{ "poi1id": 63, "poi2id": 12 },
{ "poi1id": 64, "poi2id": 1 },
{ "poi1id": 65, "poi2id": 10 },
{ "poi1id": 65, "poi2id": 11 },
{ "poi1id": 65, "poi2id": 12 },
{ "poi1id": 66, "poi2id": 9 },
{ "poi1id": 67, "poi2id": 10 },
{ "poi1id": 67, "poi2id": 11 },
{ "poi1id": 67, "poi2id": 12 },
{ "poi1id": 68, "poi2id": 1 },
{ "poi1id": 69, "poi2id": 9 },
{ "poi1id": 70, "poi2id": 9 },
{ "poi1id": 71, "poi2id": 1 },
{ "poi1id": 72, "poi2id": 9 },
{ "poi1id": 72, "poi2id": 10 },
{ "poi1id": 73, "poi2id": 9 },
{ "poi1id": 74, "poi2id": 9 },
{ "poi1id": 75, "poi2id": 5 },
{ "poi1id": 76, "poi2id": 1 },
{ "poi1id": 77, "poi2id": 4 },
{ "poi1id": 78, "poi2id": 10 },
{ "poi1id": 78, "poi2id": 11 },
{ "poi1id": 81, "poi2id": 9 },
{ "poi1id": 81, "poi2id": 10 },
{ "poi1id": 82, "poi2id": 1 },
{ "poi1id": 83, "poi2id": 10 },
{ "poi1id": 83, "poi2id": 11 },
{ "poi1id": 83, "poi2id": 12 },
{ "poi1id": 84, "poi2id": 2 },
{ "poi1id": 84, "poi2id": 3 },
{ "poi1id": 84, "poi2id": 4 },
{ "poi1id": 84, "poi2id": 5 },
{ "poi1id": 84, "poi2id": 6 },
{ "poi1id": 85, "poi2id": 1 },
{ "poi1id": 86, "poi2id": 8 },
{ "poi1id": 86, "poi2id": 9 },
{ "poi1id": 87, "poi2id": 5 },
{ "poi1id": 88, "poi2id": 9 },
{ "poi1id": 88, "poi2id": 10 },
{ "poi1id": 88, "poi2id": 11 },
{ "poi1id": 89, "poi2id": 2 },
{ "poi1id": 89, "poi2id": 3 },
{ "poi1id": 89, "poi2id": 8 },
{ "poi1id": 89, "poi2id": 9 },
{ "poi1id": 89, "poi2id": 10 },
{ "poi1id": 89, "poi2id": 11 },
{ "poi1id": 89, "poi2id": 12 },
{ "poi1id": 90, "poi2id": 4 },
{ "poi1id": 91, "poi2id": 2 },
{ "poi1id": 91, "poi2id": 3 },
{ "poi1id": 94, "poi2id": 1 },
{ "poi1id": 96, "poi2id": 5 },
{ "poi1id": 97, "poi2id": 4 },
{ "poi1id": 98, "poi2id": 5 },
{ "poi1id": 99, "poi2id": 9 },
{ "poi1id": 102, "poi2id": 1 },
{ "poi1id": 103, "poi2id": 9 },
{ "poi1id": 103, "poi2id": 10 },
{ "poi1id": 103, "poi2id": 11 },
{ "poi1id": 103, "poi2id": 12 },
{ "poi1id": 104, "poi2id": 9 },
{ "poi1id": 105, "poi2id": 8 },
{ "poi1id": 105, "poi2id": 9 },
{ "poi1id": 106, "poi2id": 2 },
{ "poi1id": 106, "poi2id": 3 },
{ "poi1id": 106, "poi2id": 5 },
{ "poi1id": 106, "poi2id": 8 },
{ "poi1id": 108, "poi2id": 4 },
{ "poi1id": 108, "poi2id": 5 },
{ "poi1id": 109, "poi2id": 9 },
{ "poi1id": 109, "poi2id": 10 },
{ "poi1id": 109, "poi2id": 12 },
{ "poi1id": 110, "poi2id": 13 },
{ "poi1id": 111, "poi2id": 13 },
{ "poi1id": 112, "poi2id": 13 },
{ "poi1id": 113, "poi2id": 13 },
{ "poi1id": 114, "poi2id": 13 },
{ "poi1id": 115, "poi2id": 13 },
{ "poi1id": 116, "poi2id": 13 },
{ "poi1id": 117, "poi2id": 13 },
{ "poi1id": 118, "poi2id": 13 },
{ "poi1id": 119, "poi2id": 13 },
{ "poi1id": 120, "poi2id": 13 },
{ "poi1id": 121, "poi2id": 13 },
{ "poi1id": 122, "poi2id": 13 },
{ "poi1id": 123, "poi2id": 13 },
{ "poi1id": 124, "poi2id": 13 },
{ "poi1id": 125, "poi2id": 13 },
{ "poi1id": 126, "poi2id": 13 },
{ "poi1id": 127, "poi2id": 13 },
{ "poi1id": 128, "poi2id": 13 },
{ "poi1id": 129, "poi2id": 13 },
{ "poi1id": 130, "poi2id": 13 },
{ "poi1id": 131, "poi2id": 13 },
{ "poi1id": 132, "poi2id": 13 },
{ "poi1id": 133, "poi2id": 13 },
{ "poi1id": 134, "poi2id": 13 },
{ "poi1id": 135, "poi2id": 13 },
{ "poi1id": 136, "poi2id": 13 },
{ "poi1id": 137, "poi2id": 13 },
{ "poi1id": 138, "poi2id": 13 },
{ "poi1id": 139, "poi2id": 13 },
{ "poi1id": 140, "poi2id": 13 },
{ "poi1id": 141, "poi2id": 13 },
{ "poi1id": 142, "poi2id": 13 },
{ "poi1id": 143, "poi2id": 13 },
{ "poi1id": 144, "poi2id": 13 },
{ "poi1id": 145, "poi2id": 13 },
{ "poi1id": 146, "poi2id": 13 },
{ "poi1id": 147, "poi2id": 13 },
{ "poi1id": 148, "poi2id": 13 },
{ "poi1id": 149, "poi2id": 13 },
{ "poi1id": 150, "poi2id": 13 },
{ "poi1id": 151, "poi2id": 13 },
{ "poi1id": 152, "poi2id": 13 },
{ "poi1id": 153, "poi2id": 13 },
{ "poi1id": 154, "poi2id": 13 },
{ "poi1id": 155, "poi2id": 13 },
{ "poi1id": 156, "poi2id": 13 },
{ "poi1id": 157, "poi2id": 13 },
{ "poi1id": 158, "poi2id": 13 },
{ "poi1id": 159, "poi2id": 13 },
{ "poi1id": 160, "poi2id": 13 },
{ "poi1id": 161, "poi2id": 13 },
{ "poi1id": 162, "poi2id": 13 },
{ "poi1id": 163, "poi2id": 13 },
{ "poi1id": 164, "poi2id": 13 },
{ "poi1id": 165, "poi2id": 13 },
{ "poi1id": 166, "poi2id": 13 },
{ "poi1id": 167, "poi2id": 13 },
{ "poi1id": 168, "poi2id": 13 },
{ "poi1id": 169, "poi2id": 13 },
{ "poi1id": 170, "poi2id": 13 },
{ "poi1id": 171, "poi2id": 13 },
{ "poi1id": 172, "poi2id": 13 },
{ "poi1id": 173, "poi2id": 13 },
{ "poi1id": 174, "poi2id": 13 },
{ "poi1id": 175, "poi2id": 13 },
{ "poi1id": 176, "poi2id": 13 },
{ "poi1id": 177, "poi2id": 13 },
{ "poi1id": 178, "poi2id": 13 },
{ "poi1id": 179, "poi2id": 13 },
{ "poi1id": 180, "poi2id": 13 },
{ "poi1id": 181, "poi2id": 13 },
{ "poi1id": 182, "poi2id": 13 },
{ "poi1id": 183, "poi2id": 13 },
{ "poi1id": 184, "poi2id": 13 },
{ "poi1id": 185, "poi2id": 13 },
{ "poi1id": 186, "poi2id": 13 },
{ "poi1id": 187, "poi2id": 13 },
{ "poi1id": 188, "poi2id": 13 },
{ "poi1id": 189, "poi2id": 13 },
{ "poi1id": 190, "poi2id": 13 },
{ "poi1id": 191, "poi2id": 13 },
{ "poi1id": 192, "poi2id": 13 },
{ "poi1id": 195, "poi2id": 13 },
{ "poi1id": 196, "poi2id": 13 },
{ "poi1id": 197, "poi2id": 13 },
{ "poi1id": 198, "poi2id": 13 },
{ "poi1id": 199, "poi2id": 13 },
{ "poi1id": 200, "poi2id": 13 },
{ "poi1id": 201, "poi2id": 13 },
{ "poi1id": 202, "poi2id": 13 },
{ "poi1id": 203, "poi2id": 13 },
{ "poi1id": 204, "poi2id": 13 },
{ "poi1id": 205, "poi2id": 13 },
{ "poi1id": 206, "poi2id": 13 },
{ "poi1id": 207, "poi2id": 13 },
{ "poi1id": 208, "poi2id": 13 },
{ "poi1id": 209, "poi2id": 13 },
{ "poi1id": 210, "poi2id": 13 },
{ "poi1id": 211, "poi2id": 13 },
{ "poi1id": 212, "poi2id": 13 },
{ "poi1id": 213, "poi2id": 13 },
{ "poi1id": 214, "poi2id": 13 },
{ "poi1id": 215, "poi2id": 13 },
{ "poi1id": 216, "poi2id": 13 },
{ "poi1id": 217, "poi2id": 13 },
{ "poi1id": 218, "poi2id": 13 },
{ "poi1id": 219, "poi2id": 13 },
{ "poi1id": 220, "poi2id": 13 },
{ "poi1id": 221, "poi2id": 13 },
{ "poi1id": 222, "poi2id": 13 },
{ "poi1id": 223, "poi2id": 13 },
{ "poi1id": 224, "poi2id": 13 },
{ "poi1id": 225, "poi2id": 13 },
{ "poi1id": 226, "poi2id": 13 },
{ "poi1id": 227, "poi2id": 13 },
{ "poi1id": 228, "poi2id": 13 },
{ "poi1id": 229, "poi2id": 13 },
{ "poi1id": 230, "poi2id": 13 },
{ "poi1id": 231, "poi2id": 13 },
{ "poi1id": 232, "poi2id": 13 },
{ "poi1id": 233, "poi2id": 13 },
{ "poi1id": 234, "poi2id": 13 },
{ "poi1id": 235, "poi2id": 13 },
{ "poi1id": 237, "poi2id": 13 },
{ "poi1id": 238, "poi2id": 13 },
{ "poi1id": 239, "poi2id": 13 },
{ "poi1id": 240, "poi2id": 13 },
{ "poi1id": 241, "poi2id": 13 },
{ "poi1id": 242, "poi2id": 13 },
{ "poi1id": 243, "poi2id": 13 },
{ "poi1id": 244, "poi2id": 13 },
{ "poi1id": 245, "poi2id": 13 },
{ "poi1id": 246, "poi2id": 13 },
{ "poi1id": 247, "poi2id": 13 },
{ "poi1id": 248, "poi2id": 13 },
{ "poi1id": 249, "poi2id": 13 },
{ "poi1id": 250, "poi2id": 1 },
{ "poi1id": 250, "poi2id": 2 },
{ "poi1id": 250, "poi2id": 3 },
{ "poi1id": 250, "poi2id": 4 },
{ "poi1id": 250, "poi2id": 5 },
{ "poi1id": 250, "poi2id": 6 },
{ "poi1id": 250, "poi2id": 7 },
{ "poi1id": 250, "poi2id": 8 },
{ "poi1id": 70, "poi2id": 10 },
{ "poi1id": 70, "poi2id": 11 },
{ "poi1id": 70, "poi2id": 12 },
{ "poi1id": 251, "poi2id": 9 },
{ "poi1id": 252, "poi2id": 9 },
{ "poi1id": 253, "poi2id": 9 },
{ "poi1id": 255, "poi2id": 13 },
{ "poi1id": 19, "poi2id": 9 },
{ "poi1id": 60, "poi2id": 5 },
{ "poi1id": 256, "poi2id": 5 },
{ "poi1id": 257, "poi2id": 4 },
{ "poi1id": 258, "poi2id": 1 },
{ "poi1id": 21, "poi2id": 11 },
{ "poi1id": 21, "poi2id": 10 },
{ "poi1id": 21, "poi2id": 12 },
{ "poi1id": 32, "poi2id": 11 },
{ "poi1id": 32, "poi2id": 10 },
{ "poi1id": 32, "poi2id": 12 },
{ "poi1id": 34, "poi2id": 10 },
{ "poi1id": 34, "poi2id": 12 },
{ "poi1id": 34, "poi2id": 11 },
{ "poi1id": 259, "poi2id": 10 },
{ "poi1id": 259, "poi2id": 11 },
{ "poi1id": 4, "poi2id": 12 }
]

251
awbapp_parts/part2.json Normal file
View File

@@ -0,0 +1,251 @@
[
{ "id": 1, "strid": 77, "grenze": "Ocholt" },
{ "id": 2, "strid": 77, "grenze": "Westerstede" },
{ "id": 3, "strid": 103, "grenze": "ab Seggerner Stra\u00dfe" },
{
"id": 4,
"strid": 103,
"grenze": "von Ammerlandallee bis Seggerner Stra\u00dfe"
},
{ "id": 5, "strid": 160, "grenze": "\u00f6stl. d. Ammerlandallee" },
{ "id": 6, "strid": 160, "grenze": "westl. d. Ammerlandallee" },
{
"id": 7,
"strid": 282,
"grenze": "au\u00dferhalb Vo\u00dfbarg bis K\u00f6tters Weg"
},
{ "id": 8, "strid": 282, "grenze": "Vo\u00dfbarg bis K\u00f6tters Weg" },
{ "id": 9, "strid": 327, "grenze": "n\u00f6rdl.d. A 28" },
{ "id": 10, "strid": 327, "grenze": "s\u00fcdl.d. A 28" },
{ "id": 11, "strid": 437, "grenze": "Ihausener Str. bis Leerer Str." },
{ "id": 12, "strid": 437, "grenze": "Stahlwerkstr. bis Ihausener Str." },
{ "id": 13, "strid": 517, "grenze": "im Moorgebiet" },
{ "id": 14, "strid": 517, "grenze": "nicht im Moorgebiet" },
{ "id": 15, "strid": 539, "grenze": "n\u00f6rdl. d. Bahnstrecke" },
{ "id": 16, "strid": 539, "grenze": "s\u00fcdl. d. Bahnstrecke" },
{
"id": 17,
"strid": 555,
"grenze": "au\u00dferhalb Gerkentorsweg - Rasteder Str."
},
{ "id": 18, "strid": 555, "grenze": "Gerkentorsweg - Rasteder Str." },
{ "id": 19, "strid": 570, "grenze": "Im Himmel - Kreisgrenze an B211" },
{ "id": 20, "strid": 570, "grenze": "Oldenburger Str.- Im Himmel" },
{ "id": 21, "strid": 605, "grenze": "ab Langenhof bis Speckener Weg" },
{
"id": 22,
"strid": 605,
"grenze": "von Oldenburger Stra\u00dfe bis Langenhof"
},
{ "id": 23, "strid": 649, "grenze": "n\u00f6rdl. Schulstra\u00dfe" },
{ "id": 24, "strid": 649, "grenze": "s\u00fcdl. Schulstra\u00dfe" },
{
"id": 25,
"strid": 722,
"grenze": "ab Ecke Rudenbrook bis Scharreler Damm"
},
{
"id": 26,
"strid": 722,
"grenze": "ab Friedrichsfehner Str. bis Ecke Rudenbrook"
},
{ "id": 27, "strid": 751, "grenze": "im Moorgebiet" },
{ "id": 28, "strid": 751, "grenze": "nicht im Moorgebiet" },
{ "id": 29, "strid": 1069, "grenze": "im Moorgebiet" },
{ "id": 30, "strid": 1069, "grenze": "nicht im Moorgebiet" },
{
"id": 31,
"strid": 1103,
"grenze": "Augustfehn westlich Stahlwerkstr., Hausnr. 457/484 aufw\u00e4rts bis 717/720"
},
{
"id": 32,
"strid": 1103,
"grenze": "Reihdamm bis Am Damm, Hausnr. 1-23 und 10"
},
{
"id": 33,
"strid": 1103,
"grenze": "Stahlwerkstr. bis Reihdamm, Hausnr. 455/482 abw\u00e4rts bis 31/20"
},
{
"id": 34,
"strid": 1167,
"grenze": "von Auf den Linden bis Osterschepser Str."
},
{ "id": 35, "strid": 1167, "grenze": "von Haupstr. bis Auf den Linden" },
{ "id": 36, "strid": 1330, "grenze": "\u00f6stl. d. Windm\u00fchlenstr." },
{ "id": 37, "strid": 1330, "grenze": "westl. d. Windm\u00fchlenstr." },
{ "id": 38, "strid": 1363, "grenze": "abgehend von Neuenkruger Str." },
{ "id": 39, "strid": 1363, "grenze": "abgehend von Zwischenahner Str." },
{ "id": 40, "strid": 1451, "grenze": "im Moorgebiet" },
{ "id": 41, "strid": 1451, "grenze": "nicht im Moorgebiet" },
{
"id": 42,
"strid": 1527,
"grenze": "ab S\u00fcddorf bis Ecke Bachmannsweg"
},
{
"id": 43,
"strid": 1527,
"grenze": "Br\u00fccke Klein Scharrel bis Br\u00fccke Husb\u00e4ke"
},
{
"id": 44,
"strid": 1527,
"grenze": "Stadtgrenze OL bis Br\u00fccke Klein Scharrel"
},
{ "id": 45, "strid": 1556, "grenze": "n\u00f6rdlich K\u00f6ntjeweg" },
{ "id": 46, "strid": 1556, "grenze": "s\u00fcdlich K\u00f6ntjeweg" },
{ "id": 47, "strid": 1575, "grenze": "im Moorgebiet" },
{ "id": 48, "strid": 1575, "grenze": "nicht im Moorgebiet" },
{ "id": 49, "strid": 1611, "grenze": "s\u00fcdl.ab Ecke Am Paradies" },
{ "id": 50, "strid": 1611, "grenze": "westl.ab Ecke Am Paradies" },
{
"id": 51,
"strid": 1612,
"grenze": "ab Auf den Linden bis Osterschepser Stra\u00dfe"
},
{ "id": 52, "strid": 1612, "grenze": "D\u00e4nikhorst bis Auf den Linden" },
{ "id": 53, "strid": 1626, "grenze": "im Moorgebiet" },
{ "id": 54, "strid": 1626, "grenze": "nicht im Moorgebiet" },
{ "id": 55, "strid": 1653, "grenze": "Apen" },
{ "id": 56, "strid": 1653, "grenze": "Godensholt" },
{ "id": 59, "strid": 1829, "grenze": "Nordloh, ab Saterlandstr." },
{ "id": 60, "strid": 1829, "grenze": "Tange, bis Saterlandstr." },
{
"id": 61,
"strid": 1839,
"grenze": "au\u00dferhalb Bokeler Landstr. Gerkentorsweg"
},
{ "id": 62, "strid": 1839, "grenze": "Bokeler Landstr. Gerkentorsweg" },
{ "id": 63, "strid": 1855, "grenze": "n\u00f6rdl. Am Auebach" },
{ "id": 64, "strid": 1855, "grenze": "s\u00fcdl. Am Auebach" },
{ "id": 65, "strid": 1858, "grenze": "\u00f6stl. Ecke Wiefelsteder Str." },
{ "id": 66, "strid": 1858, "grenze": "westl. Ecke Wiefelsteder Str." },
{
"id": 67,
"strid": 1859,
"grenze": "Kleibroker Stra\u00dfe bis Parkstra\u00dfe"
},
{
"id": 68,
"strid": 1859,
"grenze": "n\u00f6rdl. Teil bis Kleibroker Stra\u00dfe"
},
{ "id": 69, "strid": 1859, "grenze": "s\u00fcdl. Teil bis Parkstra\u00dfe" },
{
"id": 70,
"strid": 1864,
"grenze": "n\u00f6rdl. Zwischenahner Stra\u00dfe"
},
{ "id": 71, "strid": 1864, "grenze": "s\u00fcdl. Zwischenahner Stra\u00dfe" },
{ "id": 72, "strid": 1934, "grenze": "\u00f6stl. Birkenweg" },
{ "id": 73, "strid": 1934, "grenze": "westl. Birkenweg" },
{ "id": 74, "strid": 1935, "grenze": "Goldene Linie bis Portsloger Damm" },
{ "id": 75, "strid": 1935, "grenze": "Viehdamm bis Goldene Linie" },
{ "id": 76, "strid": 1957, "grenze": "\u00f6stl. Teil bis Bahn" },
{ "id": 77, "strid": 1957, "grenze": "westl. Teil bis Bahn" },
{ "id": 78, "strid": 2066, "grenze": "Mansholt" },
{ "id": 79, "strid": 2066, "grenze": "Wiefelstede" },
{ "id": 80, "strid": 2076, "grenze": "ab Heidedamm bis Wischenstra\u00dfe" },
{
"id": 81,
"strid": 2076,
"grenze": "ab K\u00fcstenkanalstra\u00dfe bis Heidedamm"
},
{ "id": 82, "strid": 2219, "grenze": "Langebr\u00fcgger Str. bis Autobahn" },
{
"id": 83,
"strid": 2219,
"grenze": "Langebr\u00fcgger Str. bis Oldenburger Str."
},
{ "id": 84, "strid": 2221, "grenze": "\u00f6stl. der BAB" },
{ "id": 85, "strid": 2221, "grenze": "westl. der BAB" },
{
"id": 86,
"strid": 2252,
"grenze": "Neue Stra\u00dfe bis Langebr\u00fcgger Stra\u00dfe"
},
{
"id": 87,
"strid": 2252,
"grenze": "Oldenburger Stra\u00dfe bis Neue Stra\u00dfe"
},
{
"id": 88,
"strid": 2362,
"grenze": "ab Portsloger Stra\u00dfe bis Hauptstr."
},
{ "id": 89, "strid": 2362, "grenze": "bis Portsloger Stra\u00dfe" },
{
"id": 90,
"strid": 2484,
"grenze": "n\u00f6rdl. Ecke Ocholter Str./ Elmendorfer Str."
},
{
"id": 91,
"strid": 2484,
"grenze": "s\u00fcdl. Ecke Ocholter Str./ Elmendorfer Str."
},
{ "id": 92, "strid": 2493, "grenze": "n\u00f6rdl. Ecke Windm\u00fchlenstr." },
{
"id": 93,
"strid": 2493,
"grenze": "s\u00fcdl. Ecke Windm\u00fchlenstr. bis Oldenburger Str."
},
{
"id": 94,
"strid": 2524,
"grenze": "n\u00f6rdl. Teil bis Wiefelsteder Str."
},
{
"id": 95,
"strid": 2524,
"grenze": "s\u00fcdl. Teil bis Wiefelsteder Str."
},
{
"id": 96,
"strid": 2534,
"grenze": "ab Jeddeloh I bis Ecke Elbestra\u00dfe"
},
{
"id": 97,
"strid": 2534,
"grenze": "ab K\u00fcstenkanalstra\u00dfe bis Ecke Elbestra\u00dfe"
},
{ "id": 98, "strid": 2548, "grenze": "n\u00f6rdl. d. Bahnstrecke" },
{ "id": 99, "strid": 2548, "grenze": "s\u00fcdl. d. Bahnstrecke" },
{ "id": 100, "strid": 2623, "grenze": "im Moorgebiet" },
{ "id": 101, "strid": 2623, "grenze": "nicht im Moorgebiet" },
{ "id": 102, "strid": 2648, "grenze": "n\u00f6rdlich A28" },
{ "id": 103, "strid": 2648, "grenze": "s\u00fcdlich A28" },
{ "id": 104, "strid": 789, "grenze": "nicht Woldlinie bis Mittellinie" },
{ "id": 105, "strid": 789, "grenze": "Woldlinie bis Mittellinie" },
{ "id": 107, "strid": 1156, "grenze": "Hausnr. 1-22, von Tannenloge" },
{ "id": 108, "strid": 2464, "grenze": "Hausnummern 19/19a" },
{ "id": 109, "strid": 2464, "grenze": "andere Hausnummer" },
{ "id": 110, "strid": 2677, "grenze": "von Breeweg" },
{ "id": 111, "strid": 2677, "grenze": "von Hauptstra\u00dfe" },
{
"id": 114,
"strid": 286,
"grenze": "Kampstr. bis S\u00fcdholter Stra\u00dfe"
},
{ "id": 115, "strid": 286, "grenze": "Osterfeld bis Kampstr." },
{ "id": 117, "strid": 2126, "grenze": "An den Buchen bis Polderstr." },
{ "id": 118, "strid": 2126, "grenze": "Hauptstr. bis An den Buchen" },
{
"id": 119,
"strid": 2509,
"grenze": "Wildenlohslinie bis Edewechter Landstra\u00dfe"
},
{ "id": 120, "strid": 2509, "grenze": "Wildenlohslinie bis Mittellinie" },
{ "id": 121, "strid": 2265, "grenze": "Hausnummer 53" },
{ "id": 122, "strid": 2265, "grenze": "andere Hausnummer" },
{ "id": 123, "strid": 1156, "grenze": "ab Nr. 23" },
{ "id": 124, "strid": 1275, "grenze": "andere Hausnummer" },
{ "id": 125, "strid": 1275, "grenze": "Hausnummer 8" },
{ "id": 126, "strid": 2149, "grenze": "andere Hausnummer" },
{ "id": 127, "strid": 2149, "grenze": "Hausnummer 31, 31a und 33" }
]

144
awbapp_parts/part3.json Normal file
View File

@@ -0,0 +1,144 @@
[
{ "id": 1, "strid": 103, "grenze": "von Moosbrooksweg bis Kuhlenstr." },
{ "id": 2, "strid": 103, "grenze": "von Moosbrooksweg bis Westerloy" },
{ "id": 3, "strid": 103, "grenze": "von Westerloy bis Klampen" },
{ "id": 4, "strid": 328, "grenze": "Apermarsch" },
{ "id": 5, "strid": 328, "grenze": "OT Godensh. Weg" },
{ "id": 6, "strid": 328, "grenze": "von Aperb. Str. bis Godensh. Str." },
{ "id": 7, "strid": 398, "grenze": "OT Aperberg" },
{ "id": 8, "strid": 398, "grenze": "von Ammerlandstr. bis Kirchweg" },
{ "id": 9, "strid": 398, "grenze": "von J\u00fcckenweg bis Nordloh" },
{ "id": 10, "strid": 444, "grenze": "bis Industriestr." },
{ "id": 11, "strid": 444, "grenze": "Husb\u00e4ke, bis Industriestr." },
{ "id": 12, "strid": 458, "grenze": "Augustfehn I / Vreschen-Bokel" },
{ "id": 13, "strid": 458, "grenze": "Godensholt" },
{ "id": 14, "strid": 530, "grenze": "Friedrichsfehn" },
{ "id": 15, "strid": 530, "grenze": "Jeddeloh II, Klein Scharrel" },
{
"id": 16,
"strid": 539,
"grenze": "Bahnlinie OL-Leer bis Hermann-Ehlers-Str."
},
{ "id": 17, "strid": 539, "grenze": "Mittellinie bis Bahnlinie OL-Leer" },
{ "id": 18, "strid": 632, "grenze": "Holtkamp bis Edewechter Str." },
{ "id": 19, "strid": 632, "grenze": "Querenst. Str. bis Holtkamp" },
{
"id": 20,
"strid": 722,
"grenze": "v. Friedrichsfehner Str. bis Ziegelweg"
},
{ "id": 21, "strid": 722, "grenze": "v. Ziegelweg bis Schafdamm" },
{ "id": 22, "strid": 735, "grenze": "ab Bahnlinie OL-Leer" },
{ "id": 23, "strid": 735, "grenze": "bis Bahnlinie OL-Leer" },
{
"id": 24,
"strid": 877,
"grenze": "Bahnlinie OL-Leer bis Oldenburger Str."
},
{ "id": 25, "strid": 877, "grenze": "Woldlinie bis Bahnlinie OL-Leer" },
{ "id": 26, "strid": 918, "grenze": "Ofen-Brokhausen" },
{ "id": 27, "strid": 918, "grenze": "Petersfehn I" },
{ "id": 28, "strid": 995, "grenze": "OT Godensh. Weg" },
{ "id": 29, "strid": 995, "grenze": "von Osterende bis Ammerlandstr." },
{ "id": 30, "strid": 999, "grenze": "Nord-Edewecht I" },
{ "id": 31, "strid": 999, "grenze": "S\u00fcddorf, Osterscheps" },
{ "id": 32, "strid": 1009, "grenze": "Grenzweg bis L\u00f6neborger Damm" },
{
"id": 33,
"strid": 1009,
"grenze": "L\u00fcneborger Damm bis An den K\u00e4mpen"
},
{ "id": 34, "strid": 1046, "grenze": "Bachmannsweg bis Barkenmoor" },
{ "id": 35, "strid": 1046, "grenze": "v. Barkenmoor bis Falkenweg" },
{ "id": 36, "strid": 1103, "grenze": "ab Hullmannweg" },
{ "id": 37, "strid": 1103, "grenze": "Apen-Ort u. Espern" },
{ "id": 38, "strid": 1103, "grenze": "bis Hullmannweg" },
{ "id": 39, "strid": 1103, "grenze": "Hengstforde" },
{ "id": 40, "strid": 1103, "grenze": "Holtgast" },
{ "id": 41, "strid": 1103, "grenze": "OT Klampen" },
{
"id": 42,
"strid": 1179,
"grenze": "von Bahnlinie OL-Leer bis Am Moordamm"
},
{
"id": 43,
"strid": 1179,
"grenze": "von Oldenburger Str. bis Bahnlinie OL-Leer"
},
{ "id": 44, "strid": 1216, "grenze": "Bachstelzenweg bis Elmend. Str." },
{ "id": 45, "strid": 1216, "grenze": "Dreiberger Str. bis Bachstelzenweg" },
{ "id": 46, "strid": 1451, "grenze": "Delfsh\u00f6rn bis Logemanns Damm" },
{ "id": 47, "strid": 1451, "grenze": "Logemanns Damm bis Oldenburger Str." },
{ "id": 48, "strid": 1460, "grenze": "Altenkamp, Ohrwegerfeld" },
{
"id": 49,
"strid": 1460,
"grenze": "Ohrwege, Querenstede, D\u00e4nikhorst"
},
{
"id": 50,
"strid": 1527,
"grenze": "v. Bachmannsw./Husb. b. Edammer Str./S\u00fcddorf"
},
{
"id": 51,
"strid": 1527,
"grenze": "v. Scharreler D. bis Bachmannsweg Husb\u00e4ke"
},
{
"id": 52,
"strid": 1527,
"grenze": "v. Scharreler Damm bis Oldenburger Str."
},
{ "id": 53, "strid": 1549, "grenze": "M\u00fchlenstr. bis Eyhauser Allee" },
{ "id": 54, "strid": 1549, "grenze": "M\u00fchlenstr. bis Peterstr." },
{ "id": 55, "strid": 1551, "grenze": "Godensholt" },
{ "id": 56, "strid": 1551, "grenze": "Nordloh" },
{ "id": 57, "strid": 1554, "grenze": "von Autobahn bis Langebr\u00fcgge" },
{ "id": 58, "strid": 1554, "grenze": "von Autobahn bis Neuenburger Str." },
{ "id": 59, "strid": 1611, "grenze": "Ihorst" },
{ "id": 60, "strid": 1611, "grenze": "Ort, Westerstederfeld, Halstrup" },
{ "id": 61, "strid": 1856, "grenze": "von Ammerlandallee bis Vogelpark" },
{ "id": 62, "strid": 1856, "grenze": "von Vogelpark bis Stubberei" },
{
"id": 63,
"strid": 1857,
"grenze": "ab Industriestra\u00dfe Richtung Jeddeloh"
},
{
"id": 64,
"strid": 1857,
"grenze": "Hauptstra\u00dfe bis Einm\u00fcndung Industriestra\u00dfe"
},
{ "id": 65, "strid": 1858, "grenze": "Am hogen Hagen bis Wiefelst. Str." },
{ "id": 66, "strid": 1858, "grenze": "Feldlinie bis Wiefelsteder Str." },
{ "id": 67, "strid": 1859, "grenze": "Borbecker Weg bis Schlo\u00dfstr." },
{ "id": 68, "strid": 1859, "grenze": "OL bis Borbecker Weg" },
{ "id": 69, "strid": 1859, "grenze": "Schlo\u00dfstr. bis Auf der Raade" },
{ "id": 70, "strid": 1859, "grenze": "Wilhelmsh. Str. bis Auf der Raade" },
{ "id": 71, "strid": 2059, "grenze": "Augustfehn I / Vreschen Bokel" },
{ "id": 72, "strid": 2059, "grenze": "Nordloh-Kanal/Hengstforderfeld" },
{ "id": 73, "strid": 2066, "grenze": "Mansholt" },
{ "id": 74, "strid": 2066, "grenze": "Wiefelstede/Holler Moor" },
{ "id": 75, "strid": 2160, "grenze": "Torsholt, Gie\u00dfelhorst" },
{ "id": 76, "strid": 2160, "grenze": "Westerstede Ort" },
{ "id": 77, "strid": 2253, "grenze": "von Birkenstr. bis Bahn\u00fcbergang" },
{
"id": 78,
"strid": 2253,
"grenze": "von Birkenstra\u00dfe bis Gemeindegrenze am Uhlenmeer"
},
{ "id": 79, "strid": 2356, "grenze": "von Oldenburger Str. bis Sandberg" },
{ "id": 80, "strid": 2356, "grenze": "von Sandberg bis Tetjeweg" },
{ "id": 81, "strid": 2478, "grenze": "Bahnlinie OL-Leer bis Tannenkampweg" },
{ "id": 82, "strid": 2478, "grenze": "bis Bahnlinie OL-Leer" },
{ "id": 83, "strid": 2484, "grenze": "ab Elmendorfer Damm bis Altenkamp" },
{ "id": 84, "strid": 2484, "grenze": "bis Elmendorfer Damm" },
{
"id": 85,
"strid": 2548,
"grenze": "von Hermann-Ehlers-Str. bis Bahnlinie OL-Leer"
},
{ "id": 86, "strid": 2548, "grenze": "von Woldlinie bis Bahnlinie OL-Leer" }
]

39790
awbapp_parts/part4.json Normal file

File diff suppressed because it is too large Load Diff

2804
awbapp_parts/part5.json Normal file

File diff suppressed because it is too large Load Diff

2194
awbapp_parts/part6.json Normal file

File diff suppressed because it is too large Load Diff

1661
awbapp_parts/part7.json Normal file

File diff suppressed because it is too large Load Diff

127
awbapp_parts/part8.json Normal file
View File

@@ -0,0 +1,127 @@
[
{ "ortid": 1, "datum": "2018-01-13" },
{ "ortid": 1, "datum": "2018-05-26" },
{ "ortid": 1, "datum": "2018-09-08" },
{ "ortid": 1, "datum": "2019-01-12" },
{ "ortid": 1, "datum": "2019-05-04" },
{ "ortid": 1, "datum": "2019-08-31" },
{ "ortid": 1, "datum": "2020-01-11" },
{ "ortid": 1, "datum": "2020-05-09" },
{ "ortid": 1, "datum": "2020-09-12" },
{ "ortid": 1, "datum": "2021-01-16" },
{ "ortid": 1, "datum": "2021-04-17" },
{ "ortid": 1, "datum": "2021-09-11" },
{ "ortid": 1, "datum": "2022-01-15" },
{ "ortid": 1, "datum": "2022-04-02" },
{ "ortid": 1, "datum": "2022-09-03" },
{ "ortid": 1, "datum": "2023-01-14" },
{ "ortid": 1, "datum": "2023-04-15" },
{ "ortid": 1, "datum": "2023-09-09" },
{ "ortid": 1, "datum": "2024-01-13" },
{ "ortid": 1, "datum": "2024-04-13" },
{ "ortid": 1, "datum": "2024-09-07" },
{ "ortid": 2, "datum": "2018-03-10" },
{ "ortid": 2, "datum": "2018-08-04" },
{ "ortid": 2, "datum": "2018-11-24" },
{ "ortid": 2, "datum": "2019-03-02" },
{ "ortid": 2, "datum": "2019-06-15" },
{ "ortid": 2, "datum": "2019-11-30" },
{ "ortid": 2, "datum": "2020-03-14" },
{ "ortid": 2, "datum": "2020-06-27" },
{ "ortid": 2, "datum": "2020-11-21" },
{ "ortid": 2, "datum": "2021-03-13" },
{ "ortid": 2, "datum": "2021-06-12" },
{ "ortid": 2, "datum": "2021-11-20" },
{ "ortid": 2, "datum": "2022-03-12" },
{ "ortid": 2, "datum": "2022-06-04" },
{ "ortid": 2, "datum": "2022-11-19" },
{ "ortid": 2, "datum": "2023-03-11" },
{ "ortid": 2, "datum": "2023-06-17" },
{ "ortid": 2, "datum": "2023-11-18" },
{ "ortid": 2, "datum": "2024-03-16" },
{ "ortid": 2, "datum": "2024-06-15" },
{ "ortid": 2, "datum": "2024-11-23" },
{ "ortid": 3, "datum": "2018-02-24" },
{ "ortid": 3, "datum": "2018-08-18" },
{ "ortid": 3, "datum": "2018-11-03" },
{ "ortid": 3, "datum": "2019-02-23" },
{ "ortid": 3, "datum": "2019-06-29" },
{ "ortid": 3, "datum": "2019-11-02" },
{ "ortid": 3, "datum": "2020-02-29" },
{ "ortid": 3, "datum": "2020-07-11" },
{ "ortid": 3, "datum": "2020-11-07" },
{ "ortid": 3, "datum": "2021-02-27" },
{ "ortid": 3, "datum": "2021-06-26" },
{ "ortid": 3, "datum": "2021-11-06" },
{ "ortid": 3, "datum": "2022-02-26" },
{ "ortid": 3, "datum": "2022-06-18" },
{ "ortid": 3, "datum": "2022-11-05" },
{ "ortid": 3, "datum": "2023-02-25" },
{ "ortid": 3, "datum": "2023-07-01" },
{ "ortid": 3, "datum": "2023-11-04" },
{ "ortid": 3, "datum": "2024-02-24" },
{ "ortid": 3, "datum": "2024-08-17" },
{ "ortid": 3, "datum": "2024-11-09" },
{ "ortid": 4, "datum": "2018-05-05" },
{ "ortid": 4, "datum": "2018-09-01" },
{ "ortid": 4, "datum": "2018-12-15" },
{ "ortid": 4, "datum": "2019-04-27" },
{ "ortid": 4, "datum": "2019-08-24" },
{ "ortid": 4, "datum": "2019-12-14" },
{ "ortid": 4, "datum": "2020-09-05" },
{ "ortid": 4, "datum": "2020-12-05" },
{ "ortid": 4, "datum": "2021-03-27" },
{ "ortid": 4, "datum": "2021-07-10" },
{ "ortid": 4, "datum": "2021-12-04" },
{ "ortid": 4, "datum": "2022-03-26" },
{ "ortid": 4, "datum": "2022-07-02" },
{ "ortid": 4, "datum": "2022-12-03" },
{ "ortid": 4, "datum": "2023-03-25" },
{ "ortid": 4, "datum": "2023-08-26" },
{ "ortid": 4, "datum": "2023-12-02" },
{ "ortid": 4, "datum": "2024-04-06" },
{ "ortid": 4, "datum": "2024-08-24" },
{ "ortid": 4, "datum": "2024-12-07" },
{ "ortid": 5, "datum": "2018-02-10" },
{ "ortid": 5, "datum": "2018-06-23" },
{ "ortid": 5, "datum": "2018-10-20" },
{ "ortid": 5, "datum": "2019-02-09" },
{ "ortid": 5, "datum": "2019-06-01" },
{ "ortid": 5, "datum": "2019-11-16" },
{ "ortid": 5, "datum": "2020-02-15" },
{ "ortid": 5, "datum": "2020-06-13" },
{ "ortid": 5, "datum": "2020-10-10" },
{ "ortid": 5, "datum": "2021-02-13" },
{ "ortid": 5, "datum": "2021-05-29" },
{ "ortid": 5, "datum": "2021-10-09" },
{ "ortid": 5, "datum": "2022-02-12" },
{ "ortid": 5, "datum": "2022-05-21" },
{ "ortid": 5, "datum": "2022-10-08" },
{ "ortid": 5, "datum": "2023-02-11" },
{ "ortid": 5, "datum": "2023-06-03" },
{ "ortid": 5, "datum": "2023-10-14" },
{ "ortid": 5, "datum": "2024-02-10" },
{ "ortid": 5, "datum": "2024-06-01" },
{ "ortid": 5, "datum": "2024-10-26" },
{ "ortid": 6, "datum": "2018-01-27" },
{ "ortid": 6, "datum": "2018-06-09" },
{ "ortid": 6, "datum": "2018-09-29" },
{ "ortid": 6, "datum": "2019-01-26" },
{ "ortid": 6, "datum": "2019-05-18" },
{ "ortid": 6, "datum": "2019-10-19" },
{ "ortid": 6, "datum": "2020-01-25" },
{ "ortid": 6, "datum": "2020-05-30" },
{ "ortid": 6, "datum": "2020-09-26" },
{ "ortid": 6, "datum": "2021-01-30" },
{ "ortid": 6, "datum": "2021-05-08" },
{ "ortid": 6, "datum": "2021-09-25" },
{ "ortid": 6, "datum": "2022-01-29" },
{ "ortid": 6, "datum": "2022-05-07" },
{ "ortid": 6, "datum": "2022-09-24" },
{ "ortid": 6, "datum": "2023-01-28" },
{ "ortid": 6, "datum": "2023-05-06" },
{ "ortid": 6, "datum": "2023-09-30" },
{ "ortid": 6, "datum": "2024-01-27" },
{ "ortid": 6, "datum": "2024-05-18" },
{ "ortid": 6, "datum": "2024-09-14" }
]

60
awbapp_parts/part9.json Normal file
View File

@@ -0,0 +1,60 @@
[
{ "datum": "2018-01-01", "fdatum": "2018-01-06" },
{ "datum": "2018-03-30", "fdatum": "2018-03-31" },
{ "datum": "2018-04-02", "fdatum": "2018-04-07" },
{ "datum": "2018-05-01", "fdatum": "2018-05-05" },
{ "datum": "2018-05-10", "fdatum": "2018-05-12" },
{ "datum": "2018-05-21", "fdatum": "2018-05-26" },
{ "datum": "2018-10-03", "fdatum": "2018-10-06" },
{ "datum": "2018-10-31", "fdatum": "2018-11-03" },
{ "datum": "2018-12-25", "fdatum": "2018-12-22" },
{ "datum": "2018-12-26", "fdatum": "2018-12-29" },
{ "datum": "2019-01-01", "fdatum": "2019-01-05" },
{ "datum": "2019-04-19", "fdatum": "2019-04-20" },
{ "datum": "2019-04-22", "fdatum": "2019-04-27" },
{ "datum": "2019-05-01", "fdatum": "2019-05-04" },
{ "datum": "2019-05-30", "fdatum": "2019-06-01" },
{ "datum": "2019-06-10", "fdatum": "2019-06-15" },
{ "datum": "2019-10-03", "fdatum": "2019-10-05" },
{ "datum": "2019-10-31", "fdatum": "2019-11-02" },
{ "datum": "2019-12-25", "fdatum": "2019-12-21" },
{ "datum": "2019-12-26", "fdatum": "2019-12-28" },
{ "datum": "2020-01-01", "fdatum": "2020-01-04" },
{ "datum": "2020-04-10", "fdatum": "2020-04-11" },
{ "datum": "2020-04-13", "fdatum": "2020-04-18" },
{ "datum": "2020-05-01", "fdatum": "2020-05-02" },
{ "datum": "2020-05-21", "fdatum": "2020-05-23" },
{ "datum": "2020-06-01", "fdatum": "2020-06-06" },
{ "datum": "2020-12-25", "fdatum": "2020-12-19" },
{ "datum": "2021-01-01", "fdatum": "2021-01-02" },
{ "datum": "2021-04-02", "fdatum": "2021-04-03" },
{ "datum": "2021-04-05", "fdatum": "2021-04-10" },
{ "datum": "2021-05-13", "fdatum": "2021-05-15" },
{ "datum": "2021-05-24", "fdatum": "2021-05-29" },
{ "datum": "2022-04-15", "fdatum": "2022-04-16" },
{ "datum": "2022-04-18", "fdatum": "2022-04-23" },
{ "datum": "2022-05-26", "fdatum": "2022-05-28" },
{ "datum": "2022-06-06", "fdatum": "2022-06-11" },
{ "datum": "2022-10-03", "fdatum": "2022-10-08" },
{ "datum": "2022-10-31", "fdatum": "2022-11-05" },
{ "datum": "2022-12-26", "fdatum": "2022-12-31" },
{ "datum": "2023-04-07", "fdatum": "2023-04-08" },
{ "datum": "2023-04-10", "fdatum": "2023-04-15" },
{ "datum": "2023-05-01", "fdatum": "2023-05-06" },
{ "datum": "2023-05-18", "fdatum": "2023-05-20" },
{ "datum": "2023-05-29", "fdatum": "2023-06-03" },
{ "datum": "2023-10-03", "fdatum": "2023-10-07" },
{ "datum": "2023-10-31", "fdatum": "2023-11-04" },
{ "datum": "2023-12-25", "fdatum": "2023-12-23" },
{ "datum": "2023-12-26", "fdatum": "2023-12-30" },
{ "datum": "2024-01-01", "fdatum": "2024-01-06" },
{ "datum": "2024-03-29", "fdatum": "2024-03-30" },
{ "datum": "2024-04-01", "fdatum": "2024-04-06" },
{ "datum": "2024-05-01", "fdatum": "2024-05-04" },
{ "datum": "2024-05-09", "fdatum": "2024-05-11" },
{ "datum": "2024-05-20", "fdatum": "2024-05-25" },
{ "datum": "2024-10-03", "fdatum": "2024-10-05" },
{ "datum": "2024-10-31", "fdatum": "2024-11-02" },
{ "datum": "2024-12-25", "fdatum": "2024-12-21" },
{ "datum": "2024-12-26", "fdatum": "2024-12-28" }
]

1
calenders/README.md Normal file
View File

@@ -0,0 +1 @@
For git Folder creation