danielrosehill commited on
Commit
6d6a370
·
1 Parent(s): 4909cd9
Files changed (2) hide show
  1. README.md +86 -1
  2. data/contributors/root.md +1 -0
README.md CHANGED
@@ -532,7 +532,7 @@ For example `"Bahamas, The"` was renamed `"Bahamas"` and `"Egypt, Arab Rep."` wa
532
  | **Units** | Kilograms (kg) |
533
  | **Sample datapoint** | Water Pollution_Phosphorus_N/A for this Category_Eutrophication |
534
 
535
- # Sample Data Values By Methodology
536
 
537
  <a id="sample-data"></a>
538
  ## 🧪 Sample Data
@@ -680,6 +680,91 @@ Afghanistan,Ba(II),Seawater,Health,/kg,Water Pollution_Ba(II)_Seawater_Health,12
680
 
681
  ---
682
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
683
  ## Author (Source Database / GVFD)
684
 
685
  - The International Foundation for Valuing Impacts (IFVI)
 
532
  | **Units** | Kilograms (kg) |
533
  | **Sample datapoint** | Water Pollution_Phosphorus_N/A for this Category_Eutrophication |
534
 
535
+ # Sample Data Values By Methodology (CSV)
536
 
537
  <a id="sample-data"></a>
538
  ## 🧪 Sample Data
 
680
 
681
  ---
682
 
683
+ ## Sample Data - JSON
684
+
685
+ *Note: Afghanistan is the first country in the [territories list](/geo/territories) ordered alphabetically so is chosen to demonstrate geographically-stratified examples*
686
+
687
+ ## Air Pollution: PM 2.5 Values By Country
688
+
689
+ This `JSON` array - from V1 of the [derivative dataset](https://github.com/danielrosehill/Global-Value-Factors-Explorer/tree/main/Data/GVFD-Deriv/data) presents the value factors for particulate matter 2.5 (PM2.5).
690
+
691
+ Details of the air pollution dataset can be found [here](specs/airpollution).
692
+
693
+ The value factors (`value:` in the array) are denominated in US dollars. The quantitative environmental parameters is `metric tons` of measured PM2.5 release.
694
+
695
+ This value factor is stratified by location.
696
+
697
+ ```json
698
+ {
699
+ "PM2.5": {
700
+ "Afghanistan": [
701
+ {
702
+ "Category": "PM2.5",
703
+ "Location": "Urban",
704
+ "Impact": "Primary Health",
705
+ "Units": "/metric ton",
706
+ "Reference": "Air Pollution_PM2.5_Urban_Primary Health",
707
+ "Value": "40,495.28"
708
+ },
709
+ {
710
+ "Category": "PM2.5",
711
+ "Location": "Peri-Urban",
712
+ "Impact": "Primary Health",
713
+ "Units": "/metric ton",
714
+ "Reference": "Air Pollution_PM2.5_Peri-Urban_Primary Health",
715
+ "Value": "34,468.58"
716
+ },
717
+ {
718
+ "Category": "PM2.5",
719
+ "Location": "Rural",
720
+ "Impact": "Primary Health",
721
+ "Units": "/metric ton",
722
+ "Reference": "Air Pollution_PM2.5_Rural_Primary Health",
723
+ "Value": "19,386.52"
724
+ },
725
+ {
726
+ "Category": "PM2.5",
727
+ "Location": "Transport",
728
+ "Impact": "Primary Health",
729
+ "Units": "/metric ton",
730
+ "Reference": "Air Pollution_PM2.5_Transport_Primary Health",
731
+ "Value": "31,346.36"
732
+ },
733
+ {
734
+ "Category": "PM2.5",
735
+ "Location": "N/A for PM2.5",
736
+ "Impact": "Visibility",
737
+ "Units": "/metric ton",
738
+ "Reference": "Air Pollution_PM2.5_N/A for PM2.5_Visibility",
739
+ "Value": "4.78"
740
+ }
741
+ ]
742
+ }
743
+ }
744
+ ```
745
+ ---
746
+
747
+ ## Contributions
748
+
749
+
750
+ Here’s a more polished and professional version of your contributor guidelines for the README:
751
+
752
+ ---
753
+
754
+ ## Contributor Guidelines
755
+
756
+ Contributions to enhance this derivative dataset, making it more valuable, easier to navigate, and better suited for analytical and visualization use cases. If you have ideas or improvements, please consider contributing by following these steps:
757
+
758
+ - **Submitting a Pull Request**:
759
+ Start by opening a pull request. A dedicated branch named `Contributors Root` is available as an initial entry point for contributions. If preferred, you can create individual contributor branches stemming from this root branch.
760
+
761
+ - **Preserving the Original Structure**:
762
+ It is crucial to maintain the structure of the original derivative database as it mirrors the format published by the IFVI. Any modifications should not alter this original structure.
763
+
764
+ - **Adding New Derivations**:
765
+ If you are adding new derivations or datasets, please organize them within the `contributors` subfolder located in the data root directory. This folder is a first-level directory designed to house all contributor additions while preserving the integrity of the original dataset.
766
+
767
+
768
  ## Author (Source Database / GVFD)
769
 
770
  - The International Foundation for Valuing Impacts (IFVI)
data/contributors/root.md ADDED
@@ -0,0 +1 @@
 
 
1
+ # Root For Contributors