Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Common Regions Geojson #96

Merged
merged 2 commits into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

19 changes: 19 additions & 0 deletions geojson/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
The initial countries geojson(shapefile) [world_ne](world_ne.geojson) is sourced from the [Natural Earth's official repository, specifically version 5.1.1](https://www.naturalearthdata.com/downloads/50m-cultural-vectors/50m-admin-0-countries-2/).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The initial countries geojson(shapefile) [world_ne](world_ne.geojson) is sourced from the [Natural Earth's official repository, specifically version 5.1.1](https://www.naturalearthdata.com/downloads/50m-cultural-vectors/50m-admin-0-countries-2/).
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/).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a title to the readme

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!


## Common Regions

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)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!


- 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)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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)
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)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!


- 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.`
248 changes: 248 additions & 0 deletions geojson/world_ne.geojson

Large diffs are not rendered by default.

Loading