Worldmap

# Worldmap Worldmap is a brane package for creating maps of the world using Geopandas. Each country can be given a value representing a color in the red, yellow and green range. ## Installation If on Linux or MacOS first run: ``` chmod +x run.py ``` Otherwise/then: ```console brane build container.y...

Full description

Bibliographic Details
Main Author: Lucas de Geus (10846592)
Format: Software
Language:unknown
Published: 2021
Subjects:
Online Access:https://doi.org/10.5281/zenodo.4783284
id ftsmithonian:oai:figshare.com:article/14672945
record_format openpolar
spelling ftsmithonian:oai:figshare.com:article/14672945 2023-05-15T13:53:52+02:00 Worldmap Lucas de Geus (10846592) 2021-05-24T00:00:00Z https://doi.org/10.5281/zenodo.4783284 unknown https://figshare.com/articles/software/Worldmap/14672945 doi:10.5281/zenodo.4783284 CC BY 4.0 CC-BY Medicine Microbiology Biotechnology Ecology Sociology Science Policy Infectious Diseases Plant Biology Virology Environmental Sciences not elsewhere classified Biological Sciences not elsewhere classified Brane Geopandas Worldmap Software 2021 ftsmithonian https://doi.org/10.5281/zenodo.4783284 2021-06-13T15:57:46Z # Worldmap Worldmap is a brane package for creating maps of the world using Geopandas. Each country can be given a value representing a color in the red, yellow and green range. ## Installation If on Linux or MacOS first run: ``` chmod +x run.py ``` Otherwise/then: ```console brane build container.yml brane push worldmap 1.0.0 ``` Or install using the brane import function: ``` brane import lucasdegeus/braneWorldmap --kind ecu ``` ## Usage ```brane import worldmap; let countries := ["Canada", "United States of America"]; let values := [100.0, -50]; create_map(values, countries, "Legend name", "/data/wordcloud.png"); ``` ## Notes Countries and values are matched using their index where blank countries receive a value of 0. Lowest value in the array is represented using the color red and highest value is represented by green. These values can be positive, negative, floats or integers. Countries should be provided with names according to this list: ['Fiji', 'Tanzania', 'W. Sahara', 'Canada', 'United States of America', 'Kazakhstan', 'Uzbekistan', 'Papua New Guinea', 'Indonesia', 'Argentina', 'Chile', 'Dem. Rep. Congo', 'Somalia', 'Kenya', 'Sudan', 'Chad', 'Haiti', 'Dominican Rep.', 'Russia', 'Bahamas', 'Falkland Is.', 'Norway', 'Greenland', 'Fr. S. Antarctic Lands', 'Timor-Leste', 'South Africa', 'Lesotho', 'Mexico', 'Uruguay', 'Brazil', 'Bolivia', 'Peru', 'Colombia', 'Panama', 'Costa Rica', 'Nicaragua', 'Honduras', 'El Salvador', 'Guatemala', 'Belize', 'Venezuela', 'Guyana', 'Suriname', 'France', 'Ecuador', 'Puerto Rico', 'Jamaica', 'Cuba', 'Zimbabwe', 'Botswana', 'Namibia', 'Senegal', 'Mali', 'Mauritania', 'Benin', 'Niger', 'Nigeria', 'Cameroon', 'Togo', 'Ghana', "Côte d'Ivoire", 'Guinea', 'Guinea-Bissau', 'Liberia', 'Sierra Leone', 'Burkina Faso', 'Central African Rep.', 'Congo', 'Gabon', 'Eq. Guinea', 'Zambia', 'Malawi', 'Mozambique', 'eSwatini', 'Angola', 'Burundi', 'Israel', 'Lebanon', 'Madagascar', 'Palestine', 'Gambia', 'Tunisia', 'Algeria', 'Jordan', 'United Arab Emirates', 'Qatar', 'Kuwait', 'Iraq', 'Oman', 'Vanuatu', 'Cambodia', 'Thailand', 'Laos', 'Myanmar', 'Vietnam', 'North Korea', 'South Korea', 'Mongolia', 'India', 'Bangladesh', 'Bhutan', 'Nepal', 'Pakistan', 'Afghanistan', 'Tajikistan', 'Kyrgyzstan', 'Turkmenistan', 'Iran', 'Syria', 'Armenia', 'Sweden', 'Belarus', 'Ukraine', 'Poland', 'Austria', 'Hungary', 'Moldova', 'Romania', 'Lithuania', 'Latvia', 'Estonia', 'Germany', 'Bulgaria', 'Greece', 'Turkey', 'Albania', 'Croatia', 'Switzerland', 'Luxembourg', 'Belgium', 'Netherlands', 'Portugal', 'Spain', 'Ireland', 'New Caledonia', 'Solomon Is.', 'New Zealand', 'Australia', 'Sri Lanka', 'China', 'Taiwan', 'Italy', 'Denmark', 'United Kingdom', 'Iceland', 'Azerbaijan', 'Georgia', 'Philippines', 'Malaysia', 'Brunei', 'Slovenia', 'Finland', 'Slovakia', 'Czechia', 'Eritrea', 'Japan', 'Paraguay', 'Yemen', 'Saudi Arabia', 'Antarctica', 'N. Cyprus', 'Cyprus', 'Morocco', 'Egypt', 'Libya', 'Ethiopia', 'Djibouti', 'Somaliland', 'Uganda', 'Rwanda', 'Bosnia and Herz.', 'Macedonia', 'Serbia', 'Montenegro', 'Kosovo', 'Trinidad and Tobago', 'S. Sudan'] Software Antarc* Antarctic Antarctica Greenland Iceland Unknown Antarctic Canada Greenland Norway New Zealand Argentina Uruguay Trinidad ENVELOPE(-60.734,-60.734,-63.816,-63.816)
institution Open Polar
collection Unknown
op_collection_id ftsmithonian
language unknown
topic Medicine
Microbiology
Biotechnology
Ecology
Sociology
Science Policy
Infectious Diseases
Plant Biology
Virology
Environmental Sciences not elsewhere classified
Biological Sciences not elsewhere classified
Brane
Geopandas
Worldmap
spellingShingle Medicine
Microbiology
Biotechnology
Ecology
Sociology
Science Policy
Infectious Diseases
Plant Biology
Virology
Environmental Sciences not elsewhere classified
Biological Sciences not elsewhere classified
Brane
Geopandas
Worldmap
Lucas de Geus (10846592)
Worldmap
topic_facet Medicine
Microbiology
Biotechnology
Ecology
Sociology
Science Policy
Infectious Diseases
Plant Biology
Virology
Environmental Sciences not elsewhere classified
Biological Sciences not elsewhere classified
Brane
Geopandas
Worldmap
description # Worldmap Worldmap is a brane package for creating maps of the world using Geopandas. Each country can be given a value representing a color in the red, yellow and green range. ## Installation If on Linux or MacOS first run: ``` chmod +x run.py ``` Otherwise/then: ```console brane build container.yml brane push worldmap 1.0.0 ``` Or install using the brane import function: ``` brane import lucasdegeus/braneWorldmap --kind ecu ``` ## Usage ```brane import worldmap; let countries := ["Canada", "United States of America"]; let values := [100.0, -50]; create_map(values, countries, "Legend name", "/data/wordcloud.png"); ``` ## Notes Countries and values are matched using their index where blank countries receive a value of 0. Lowest value in the array is represented using the color red and highest value is represented by green. These values can be positive, negative, floats or integers. Countries should be provided with names according to this list: ['Fiji', 'Tanzania', 'W. Sahara', 'Canada', 'United States of America', 'Kazakhstan', 'Uzbekistan', 'Papua New Guinea', 'Indonesia', 'Argentina', 'Chile', 'Dem. Rep. Congo', 'Somalia', 'Kenya', 'Sudan', 'Chad', 'Haiti', 'Dominican Rep.', 'Russia', 'Bahamas', 'Falkland Is.', 'Norway', 'Greenland', 'Fr. S. Antarctic Lands', 'Timor-Leste', 'South Africa', 'Lesotho', 'Mexico', 'Uruguay', 'Brazil', 'Bolivia', 'Peru', 'Colombia', 'Panama', 'Costa Rica', 'Nicaragua', 'Honduras', 'El Salvador', 'Guatemala', 'Belize', 'Venezuela', 'Guyana', 'Suriname', 'France', 'Ecuador', 'Puerto Rico', 'Jamaica', 'Cuba', 'Zimbabwe', 'Botswana', 'Namibia', 'Senegal', 'Mali', 'Mauritania', 'Benin', 'Niger', 'Nigeria', 'Cameroon', 'Togo', 'Ghana', "Côte d'Ivoire", 'Guinea', 'Guinea-Bissau', 'Liberia', 'Sierra Leone', 'Burkina Faso', 'Central African Rep.', 'Congo', 'Gabon', 'Eq. Guinea', 'Zambia', 'Malawi', 'Mozambique', 'eSwatini', 'Angola', 'Burundi', 'Israel', 'Lebanon', 'Madagascar', 'Palestine', 'Gambia', 'Tunisia', 'Algeria', 'Jordan', 'United Arab Emirates', 'Qatar', 'Kuwait', 'Iraq', 'Oman', 'Vanuatu', 'Cambodia', 'Thailand', 'Laos', 'Myanmar', 'Vietnam', 'North Korea', 'South Korea', 'Mongolia', 'India', 'Bangladesh', 'Bhutan', 'Nepal', 'Pakistan', 'Afghanistan', 'Tajikistan', 'Kyrgyzstan', 'Turkmenistan', 'Iran', 'Syria', 'Armenia', 'Sweden', 'Belarus', 'Ukraine', 'Poland', 'Austria', 'Hungary', 'Moldova', 'Romania', 'Lithuania', 'Latvia', 'Estonia', 'Germany', 'Bulgaria', 'Greece', 'Turkey', 'Albania', 'Croatia', 'Switzerland', 'Luxembourg', 'Belgium', 'Netherlands', 'Portugal', 'Spain', 'Ireland', 'New Caledonia', 'Solomon Is.', 'New Zealand', 'Australia', 'Sri Lanka', 'China', 'Taiwan', 'Italy', 'Denmark', 'United Kingdom', 'Iceland', 'Azerbaijan', 'Georgia', 'Philippines', 'Malaysia', 'Brunei', 'Slovenia', 'Finland', 'Slovakia', 'Czechia', 'Eritrea', 'Japan', 'Paraguay', 'Yemen', 'Saudi Arabia', 'Antarctica', 'N. Cyprus', 'Cyprus', 'Morocco', 'Egypt', 'Libya', 'Ethiopia', 'Djibouti', 'Somaliland', 'Uganda', 'Rwanda', 'Bosnia and Herz.', 'Macedonia', 'Serbia', 'Montenegro', 'Kosovo', 'Trinidad and Tobago', 'S. Sudan']
format Software
author Lucas de Geus (10846592)
author_facet Lucas de Geus (10846592)
author_sort Lucas de Geus (10846592)
title Worldmap
title_short Worldmap
title_full Worldmap
title_fullStr Worldmap
title_full_unstemmed Worldmap
title_sort worldmap
publishDate 2021
url https://doi.org/10.5281/zenodo.4783284
long_lat ENVELOPE(-60.734,-60.734,-63.816,-63.816)
geographic Antarctic
Canada
Greenland
Norway
New Zealand
Argentina
Uruguay
Trinidad
geographic_facet Antarctic
Canada
Greenland
Norway
New Zealand
Argentina
Uruguay
Trinidad
genre Antarc*
Antarctic
Antarctica
Greenland
Iceland
genre_facet Antarc*
Antarctic
Antarctica
Greenland
Iceland
op_relation https://figshare.com/articles/software/Worldmap/14672945
doi:10.5281/zenodo.4783284
op_rights CC BY 4.0
op_rightsnorm CC-BY
op_doi https://doi.org/10.5281/zenodo.4783284
_version_ 1766259334379995136