Skip to content

Commit

Permalink
Add geojson maps for R-x regions (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak-shah-np authored May 22, 2024
1 parent 4049b47 commit 013295a
Show file tree
Hide file tree
Showing 6 changed files with 928 additions and 0 deletions.
19 changes: 19 additions & 0 deletions geojson/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Common Regions

The initial countries geojson(shapefile) [world_ne](world_ne.geojson) is sourced from the [Natural Earth's official repository, version 5.1.1](https://www.naturalearthdata.com/downloads/50m-cultural-vectors/50m-admin-0-countries-2/).

The geojson file for common regions is generated according to the [IAMC Common Definitions](https://github.com/IAMconsortium/common-definitions/blob/main/definitions/region/common.yaml).

- r5 regions

OECD & EU (R5), Reforming Economies (R5), Asia (R5), Middle East & Africa (R5), Latin America (R5)

- r9 regions

European Union (R9), USA (R9), Other OECD (R9), China (R9), India (R9), Other Asia (R9), Reforming Economies (R9), Middle East & Africa (R9), Latin America (R9)

- r10 regions

Africa (R10), China+ (R10), Europe (R10), India+ (R10), Latin America (R10), Middle East (R10), North America (R10), Pacific OECD (R10), Reforming Economies (R10), Rest of Asia (R10)

`Kindly utilize the 'I_REGION' column as the region column for IXMP4.`
619 changes: 619 additions & 0 deletions geojson/common_regions.ipynb

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions geojson/r10_regions.geojson

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions geojson/r5_regions.geojson

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions geojson/r9_regions.geojson

Large diffs are not rendered by default.

248 changes: 248 additions & 0 deletions geojson/world_ne.geojson

Large diffs are not rendered by default.

0 comments on commit 013295a

Please sign in to comment.