Johannes Gütschow 3 anos atrás
pai
commit
0203caa5b6
2 arquivos alterados com 24 adições e 1 exclusões
  1. 23 0
      README.md
  2. 1 1
      code/requirements.txt

+ 23 - 0
README.md

@@ -0,0 +1,23 @@
+# Climate Trace GHG emissions inventory data in PRIMAP2 format
+
+## Author
+* Johannes Gütschow: mail@johannes-guetschow.de
+
+## Important Note
+Climate trace does not specify the global warming potential used, thus the use of 100 year GWPs from AR4 is currently just guessed.
+
+## Versions
+* currently only the 2021 Repository is available
+
+## Usage
+* The data is ready to use in the folder data_primap2/<version>
+* If you want to modify or run the code create the virtual environment using
+  `doit setup_venv`. To convert the data to PRIMAP2 format run `doit convert_2021`.
+
+## Requirements
+* The code uses primap2 and pandas
+* The repository uses datalad and pydoit
+
+## References
+* [Climate Trace](https://climatetrace.org)
+* [PRIMAP2](https://github.com/pik-primap/primap2)

+ 1 - 1
code/requirements.txt

@@ -1,3 +1,3 @@
 pandas
 primap2
-datalad
+#datalad