{"id":22282104,"url":"https://github.com/genericmappingtools/pygmt-paper-figures","last_synced_at":"2026-04-04T04:01:41.773Z","repository":{"id":189236859,"uuid":"617985002","full_name":"GenericMappingTools/pygmt-paper-figures","owner":"GenericMappingTools","description":"A collection of notebooks for the figures in the upcoming PyGMT paper","archived":false,"fork":false,"pushed_at":"2026-04-03T08:10:09.000Z","size":236,"stargazers_count":3,"open_issues_count":2,"forks_count":2,"subscribers_count":10,"default_branch":"main","last_synced_at":"2026-04-03T14:00:03.259Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GenericMappingTools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-03-23T14:16:54.000Z","updated_at":"2026-04-03T08:10:11.000Z","dependencies_parsed_at":"2025-04-11T23:40:46.270Z","dependency_job_id":"807d8700-a158-47a7-a1c7-a1fbdbfdc7dc","html_url":"https://github.com/GenericMappingTools/pygmt-paper-figures","commit_stats":null,"previous_names":["genericmappingtools/pygmt-paper-figures"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GenericMappingTools/pygmt-paper-figures","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenericMappingTools%2Fpygmt-paper-figures","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenericMappingTools%2Fpygmt-paper-figures/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenericMappingTools%2Fpygmt-paper-figures/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenericMappingTools%2Fpygmt-paper-figures/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GenericMappingTools","download_url":"https://codeload.github.com/GenericMappingTools/pygmt-paper-figures/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenericMappingTools%2Fpygmt-paper-figures/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31387024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T01:22:39.193Z","status":"online","status_checked_at":"2026-04-04T02:00:07.569Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-03T16:25:36.700Z","updated_at":"2026-04-04T04:01:41.762Z","avatar_url":"https://github.com/GenericMappingTools.png","language":"Jupyter Notebook","readme":"# PyGMT paper figures\n\nThis repository contains the Jupyter notebooks and supporting data used to generate the figures presented in the PyGMT paper.\n\n## Files\n\n- [`Fig1_PyGMT_GMT_comparison.ipynb`](Fig1_PyGMT_GMT_comparison.ipynb): Example comparison of GMT CLI (Bash) and PyGMT (Python) scripts\n- [`Fig2_PyGMT_ecosystem.ipynb`](Fig2_PyGMT_ecosystem.ipynb): The PyGMT ecosystem\n- [`Fig3_PyGMT_backgrounds.ipynb`](Fig3_PyGMT_backgrounds.ipynb): Different types of geographic background base maps of Iceland\n- [`Fig4_PyGMT_pandas.ipynb`](Fig4_PyGMT_pandas.ipynb): Seismicity along the Andaman-Sumatra-Java Subduction Zone\n- [`Fig5_PyGMT_xarray.ipynb`](Fig5_PyGMT_xarray.ipynb): Hemispherical views of long-wavelength Mars topography\n- [`Fig6_PyGMT_geopandas.ipynb`](Fig6_PyGMT_geopandas.ipynb): Choropleth map of the population in the US\n- [`Fig7_PyGMT_datetime.ipynb`](Fig7_PyGMT_datetime.ipynb): GitHub star history of GMT and the wrappers\n- `star_history_github_*.csv`: Cached GitHub stars data used by Figure 7\n\n## Environment setup\n\nThese notebooks require a **development version of PyGMT**. The environment definition\nin `environment.yml` currently installs PyGMT from TestPyPI:\n\n- GMT: `6.6.0`\n- pygmt: `0.19.0.dev100`\n\nCreate and activate the environment:\n\n```bash\nconda env create -f environment.yml\nconda activate pygmt-paper-figures\n```\n\n## Figure-specific note\n\n`Fig1_PyGMT_GMT_comparison.ipynb` and `Fig2_PyGMT_ecosystem.ipynb` depend on PyGMT\nfeatures that are available on specific development branches which are not merged into\nthe main branch of PyGMT yet.\n\nInstall the matching branch before running each notebook:\n\n- `Fig1_PyGMT_GMT_comparison.ipynb`: requires the `feature/paragraph` branch\n\n```bash\npip install --force-reinstall \"git+https://github.com/GenericMappingTools/pygmt.git@feature/paragraph\"\n```\n\n- `Fig2_PyGMT_ecosystem.ipynb`: requires the `code-pygmt-logo` branch\n\n```bash\npip install --force-reinstall \"git+https://github.com/GenericMappingTools/pygmt.git@code-pygmt-logo\"\n```\n\n## Running the notebooks\n\nStart JupyterLab inside the activated environment:\n\n```bash\njupyter lab\n```\n\nThen open the notebooks and run them within the `pygmt-paper-figures` environment.\n\n## Notes\n\n- The notebooks expect GMT to be available through the same environment.\n- Some figures download remote resources or rely on online datasets.\n- Figure outputs are typically saved as PNG files from within the notebooks.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenericmappingtools%2Fpygmt-paper-figures","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgenericmappingtools%2Fpygmt-paper-figures","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenericmappingtools%2Fpygmt-paper-figures/lists"}