Commit
·
00b571a
1
Parent(s):
2f46a56
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
|
5 |
+
# Dataset Card for nrw-bplan-scrape
|
6 |
+
|
7 |
+
## Dataset Description
|
8 |
+
|
9 |
+
**Homepage:** [DSSGx Munich](https://sites.google.com/view/dssgx-munich-2023/startseite) organization page.
|
10 |
+
|
11 |
+
**Repository:** [GitHub](https://github.com/DSSGxMunich/land-sealing-dataset-and-analysis).
|
12 |
+
|
13 |
+
### Dataset Summary
|
14 |
+
|
15 |
+
This dataset contains all inputs needed as well as outputs of running the full pipeline for creating the NRW land sealing dataset. This can be reproduced by running [this notebook](https://github.com/DSSGxMunich/land-sealing-dataset-and-analysis/blob/main/src/1_execute_pipeline.ipynb).
|
16 |
+
|
17 |
+
## Dataset Structure
|
18 |
+
|
19 |
+
* nrw
|
20 |
+
* bplan
|
21 |
+
* features
|
22 |
+
* keywords
|
23 |
+
* exact_search
|
24 |
+
* ```baunvo_keywords.csv```
|
25 |
+
* ```hochwasser_keywords.csv```
|
26 |
+
* fuzzy_search: contains xxx
|
27 |
+
* raw
|
28 |
+
* images
|
29 |
+
* links
|
30 |
+
* text
|
31 |
+
* pdfs
|
32 |
+
* knowledge_extraction_agent
|
33 |
+
* ```knowledge_extraction_agent.json```
|
34 |
+
* clean
|
35 |
+
* ```document_texts.xlsx```
|
36 |
+
* ```exact_keyword.xlsx```
|
37 |
+
* ```fuzzy_keyword.xlsx```
|
38 |
+
* ```knowledge_agent.xlsx```
|
39 |
+
* ```land_parcels.xlsx```
|
40 |
+
* ```regional_plans.xlsx```
|
41 |
+
* rplan
|
42 |
+
* features: contains ```regional_plan_sections.json```, the output of the pipeline - a more detailed can be found [here](https://huggingface.co/datasets/DSSGxMunich/regional_plan_sections)
|
43 |
+
* raw
|
44 |
+
* geo: contains ```regions_map.geojson``` with information on the geolocations of the regional plans
|
45 |
+
* pdfs: contains pdfs of regional plans for NRW - used as input to run the pipeline
|
46 |
+
* text: contains text extracted with Tika from all pdf regional plans
|
47 |
+
|