{"id":21539453,"url":"https://github.com/bluegreen-labs/icoscp","last_synced_at":"2025-10-05T01:53:30.870Z","repository":{"id":131236128,"uuid":"446500946","full_name":"bluegreen-labs/icoscp","owner":"bluegreen-labs","description":"Interface to the 'ICOS' Carbon Portal","archived":false,"fork":false,"pushed_at":"2022-11-11T14:54:53.000Z","size":480,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-09T17:37:07.626Z","etag":null,"topics":["carbon","climate-data","climate-science","data","ecological-modelling","ecology","environment","flux"],"latest_commit_sha":null,"homepage":"https://bluegreen-labs.github.io/icoscp/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bluegreen-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-01-10T16:34:03.000Z","updated_at":"2025-05-12T09:55:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"513b5f88-a95e-4349-851a-f91ddcf8188c","html_url":"https://github.com/bluegreen-labs/icoscp","commit_stats":{"total_commits":25,"total_committers":1,"mean_commits":25.0,"dds":0.0,"last_synced_commit":"9fb9c6cfea8b235a2d32499f73cc7e71ab7abb87"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bluegreen-labs/icoscp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluegreen-labs%2Ficoscp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluegreen-labs%2Ficoscp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluegreen-labs%2Ficoscp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluegreen-labs%2Ficoscp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bluegreen-labs","download_url":"https://codeload.github.com/bluegreen-labs/icoscp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluegreen-labs%2Ficoscp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278399692,"owners_count":25980332,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"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":["carbon","climate-data","climate-science","data","ecological-modelling","ecology","environment","flux"],"created_at":"2024-11-24T04:15:22.639Z","updated_at":"2025-10-05T01:53:30.841Z","avatar_url":"https://github.com/bluegreen-labs.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# icoscp \u003ca href='https://bluegreen-labs.github.io/icoscp/'\u003e\u003cimg src='https://raw.githubusercontent.com/bluegreen-labs/icoscp/master/logo.png' align=\"right\" height=\"139\" /\u003e\u003c/a\u003e\n\n[![R-CMD-check](https://github.com/bluegreen-labs/icoscp/workflows/R-CMD-check/badge.svg)](https://github.com/bluegreen-labs/icoscp/actions)\n[![codecov](https://codecov.io/gh/bluegreen-labs/icoscp/branch/master/graph/badge.svg)](https://codecov.io/gh/bluegreen-labs/icoscp)\n\nA programmatic interface to the Integrated Carbon Observation System (ICOS) [Carbon Portal](https://www.icos-cp.eu/). Allows for easy downloads of ICOS carbon portal data directly to your R \nwork space or your computer.\n\nThis package is a partial port of the [`icoscp` python package](https://github.com/ICOS-Carbon-Portal/pylib), retaining for now the functions relating to downloading site meta-data, available data and\nthe eventual downloading of the data. Unlike the icoscp pacakge\nthe subsetting of the data products or collections should be done by the user.\n\nFurther differences pertain to the downloaded data, which can not be directly\ninspected and is often downloaded as a (zipped) binary. These files can be\neasily unzipped using conventional or internal `R` tools.\n\n## Installation\n\n### stable release\n\nNo CRAN releases yet - should be there soonish!\n\n### development release\n\nTo install the development releases of the package run the following\ncommands:\n\n``` r\nif(!require(devtools)){install.packages(\"devtools\")}\ndevtools::install_github(\"bluegreen-labs/icoscp\")\nlibrary(\"icoscp\")\n```\n\nVignettes are not rendered by default, if you want to include additional\ndocumentation please use:\n\n``` r\nif(!require(devtools)){install.packages(\"devtools\")}\ndevtools::install_github(\"bluegreen-labs/icoscp\", build_vignettes = TRUE)\nlibrary(\"icoscp\")\n```\n\n## Use\n\n### Listing ICOS stations\n\nThe package provides easy access to data and meta-data. You can quickly list all\nthe ICOS stations using the following command.\n\n``` r\nstations \u003c- icos_stations()\n```\n\n### Listing ICOS collections\n\nThe package provides easy access to data and meta-data. You can quickly list all\nthe ICOS stations using the following command.\n\n``` r\ncollections \u003c- icos_collections()\n```\n\nFor more examples see the package vignettes.\n\n## Citation\n\nHufkens K. 2022. The 'icoscp' package: An R interface with the ICOS Carbon\nPortal data services.\n\n## Acknowledgements\n\nThis work has been supported by [BlueGreen Labs](https://bluegreenlabs.org) \nand the Schmidt Futures Initiative Land Ecosystem Models based On New Theory, \nobseRvations, and ExperimEnts (LEMONTREE) project.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluegreen-labs%2Ficoscp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbluegreen-labs%2Ficoscp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluegreen-labs%2Ficoscp/lists"}