Update README.md
Browse files
README.md
CHANGED
@@ -18,14 +18,11 @@ The files in this dataset are as follows:
|
|
18 |
- `metadata.csv`: a CSV containing document metadata for each document we have collected. **This metadata may not be the same as what's stored in the source databases** – we have cleaned and added metadata where it's corrupted or missing.
|
19 |
- `full_text.parquet`: a parquet file containing the full text of each document we have parsed. Each row is a text block (paragraph) with all the associated text block and document metadata.
|
20 |
|
21 |
-
The last refresh of the data was on **2023-05-17**.
|
22 |
-
|
23 |
A research tool you can use to view this data and the results of some classifiers run on it is at [gst1.org](https://gst1.org).
|
24 |
|
25 |
-
**[View our methodology](https://labs.climatepolicyradar.org/global-stocktake/)**.
|
26 |
-
|
27 |
**Contents**
|
28 |
|
|
|
29 |
- [Field descriptions](#field-descriptions)
|
30 |
- [Known issues](#known-issues)
|
31 |
- [Usage in Python](#usage-in-python)
|
@@ -34,6 +31,32 @@ A research tool you can use to view this data and the results of some classifier
|
|
34 |
|
35 |
---
|
36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
## Field descriptions
|
38 |
|
39 |
- `author`: document author (str)
|
|
|
18 |
- `metadata.csv`: a CSV containing document metadata for each document we have collected. **This metadata may not be the same as what's stored in the source databases** – we have cleaned and added metadata where it's corrupted or missing.
|
19 |
- `full_text.parquet`: a parquet file containing the full text of each document we have parsed. Each row is a text block (paragraph) with all the associated text block and document metadata.
|
20 |
|
|
|
|
|
21 |
A research tool you can use to view this data and the results of some classifiers run on it is at [gst1.org](https://gst1.org).
|
22 |
|
|
|
|
|
23 |
**Contents**
|
24 |
|
25 |
+
- [Sources and data completeness](#sources-and-data-completeness)
|
26 |
- [Field descriptions](#field-descriptions)
|
27 |
- [Known issues](#known-issues)
|
28 |
- [Usage in Python](#usage-in-python)
|
|
|
31 |
|
32 |
---
|
33 |
|
34 |
+
## Sources and data completeness
|
35 |
+
|
36 |
+
This dataset contains documents from the following sources:
|
37 |
+
|
38 |
+
* [Global Stocktake Information Portal](https://unfccc.int/topics/global-stocktake/information-portal)
|
39 |
+
* [NDC Registry](https://unfccc.int/NDCREG)
|
40 |
+
* [Adaptation Communications Registry](https://unfccc.int/ACR)
|
41 |
+
* [Fast-Start Finance Country Reports](https://unfccc.int/climatefinance?submissions)
|
42 |
+
* [IPCC Reports](https://www.ipcc.ch/reports/)
|
43 |
+
|
44 |
+
The following Global Stocktake relevant data sources are not yet in this dataset:
|
45 |
+
|
46 |
+
* [National Adaptation Plan Central Portal](https://napcentral.org/submitted-naps)
|
47 |
+
* [TNA Country Reports](https://unfccc.int/ttclear/tna/reports.html)
|
48 |
+
|
49 |
+
|
50 |
+
### Data completeness
|
51 |
+
|
52 |
+
The last refresh of the data was on **2023-05-17**.
|
53 |
+
|
54 |
+
We currently only parse text out of PDFs. Any non-PDF file will only be referenced in `metadata.csv`, and not be referenced in `full_text.parquet`.
|
55 |
+
|
56 |
+
We have yet to process approximately 150 documents of the 1700 documents due to formatting issues. We are working on resolving this issue as soon as possible. [See the document list here](https://labs.climatepolicyradar.org/global-stocktake/UNPROCESSED_DOCUMENTS.html).
|
57 |
+
|
58 |
+
|
59 |
+
|
60 |
## Field descriptions
|
61 |
|
62 |
- `author`: document author (str)
|