{"id":23415317,"url":"https://github.com/mlampros/copernicusdem","last_synced_at":"2025-04-12T07:34:35.632Z","repository":{"id":37384019,"uuid":"367627653","full_name":"mlampros/CopernicusDEM","owner":"mlampros","description":"Copernicus Digital Elevation Models (DEM)","archived":false,"fork":false,"pushed_at":"2024-08-18T04:32:38.000Z","size":4814,"stargazers_count":17,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-09-19T08:39:18.110Z","etag":null,"topics":["awscli","awscliv2","copernicus","digital-elevation-model","r"],"latest_commit_sha":null,"homepage":"https://mlampros.github.io/CopernicusDEM/","language":"R","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/mlampros.png","metadata":{"funding":{"github":["mlampros"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null},"files":{"readme":"README.md","changelog":"NEWS.md","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}},"created_at":"2021-05-15T12:35:54.000Z","updated_at":"2024-08-17T12:48:06.000Z","dependencies_parsed_at":"2022-07-25T20:59:06.867Z","dependency_job_id":"9d0412c3-49d9-4b1a-b43e-6a207fea5736","html_url":"https://github.com/mlampros/CopernicusDEM","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"ef8234d109cf7ed16b2289e7bb0b5f3935a2dcbb"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlampros%2FCopernicusDEM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlampros%2FCopernicusDEM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlampros%2FCopernicusDEM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlampros%2FCopernicusDEM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mlampros","download_url":"https://codeload.github.com/mlampros/CopernicusDEM/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248534779,"owners_count":21120427,"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","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":["awscli","awscliv2","copernicus","digital-elevation-model","r"],"created_at":"2024-12-22T21:14:43.067Z","updated_at":"2025-04-12T07:34:35.595Z","avatar_url":"https://github.com/mlampros.png","language":"R","funding_links":["https://github.com/sponsors/mlampros","https://www.buymeacoffee.com/VY0x8snyh"],"categories":[],"sub_categories":[],"readme":"\n[![tic](https://github.com/mlampros/CopernicusDEM/workflows/tic/badge.svg?branch=master)](https://github.com/mlampros/CopernicusDEM/actions)\n[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/CopernicusDEM)](http://cran.r-project.org/package=CopernicusDEM)\n[![Downloads](http://cranlogs.r-pkg.org/badges/grand-total/CopernicusDEM?color=blue)](http://www.r-pkg.org/pkg/CopernicusDEM)\n\u003ca href=\"https://www.buymeacoffee.com/VY0x8snyh\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" height=\"21px\" \u003e\u003c/a\u003e\n[![Dependencies](https://tinyverse.netlify.com/badge/CopernicusDEM)](https://cran.r-project.org/package=CopernicusDEM)\n\n\n## CopernicusDEM\n\n\u003cbr\u003e\n\nCopernicus Digital Elevation Model datasets (DEM) of 90 and 30 meters resolution using the 'awscli' command line tool. The Copernicus (DEM) is included in the Registry of Open Data on AWS. Details on how to use the R package can be found both in the Vignette and in the [blog post](http://mlampros.github.io/2021/05/21/copernicusDEM_package/).\n\n\u003cbr\u003e\n\n**System Requirements**:\n\nThis R package uses the command line **awscli** internally, which has to be installed first in the Operating System. \n\n\u003cbr\u003e\n\nOn **Ubuntu** this can be done using:\n\n```R\nsudo apt install -y awscli\n\n```\n\n\u003cbr\u003e\n\nOn **Macintosh** use,\n\n```R\nbrew install awscli\n\n```\n\n\u003cbr\u003e\n\nand on **Windows 10** (tested) open the command line (cmd) and type,\n\n```R\nmsiexec.exe /i https://awscli.amazonaws.com/AWSCLIV2.msi\n\n```\n\nwhich will open a new window ('AWS command line interface v2 Setup'), then click twice on 'next' and then 'install' and 'allow the device to make changes' and once another window pop-ups click 'finish'\n\n\u003cbr\u003e\n\nThen verify the installation using,\n\n```R\naws --version\n\n```\n\n\u003cbr\u003e\n\nand proceed to **configure aws** using either \n\n```R\naws configure\n\n```\n\nor\n\n```R\nexport AWS_ACCESS_KEY_ID=xxxxxxxxx\nexport AWS_SECRET_ACCESS_KEY=xxxxxxxxx\nexport AWS_DEFAULT_REGION=eu-central-1\n\n```\n\n\u003cbr\u003e\n\nTo check that **awscli** was installed and configured successfully run the following line in the command line. It returns the first 10 files of the 90 meter DEM product (for verification purposes),\n\n```R\naws s3 ls s3://copernicus-dem-90m | head -n 10\n\n```\n\n\u003cbr\u003e\n\nTo install the package from CRAN use, \n\n```R\ninstall.packages(\"CopernicusDEM\")\n\n```\n\u003cbr\u003e\n\nand to download the latest version of the package from Github,\n\n```R\nremotes::install_github('mlampros/CopernicusDEM')\n\n```\n\n\u003cbr\u003e\n\n### Citation:\n\n\u003cbr\u003e\n\nIf you use the **CopernicusDEM** R package in your paper or research please cite:\n\n\u003cbr\u003e\n\n```R\n@Manual{,\n  title = {{CopernicusDEM}: Copernicus Digital Elevation Models},\n  author = {Lampros Mouselimis},\n  year = {2024},\n  doi = 10.32614/CRAN.package.CopernicusDEM,\n  note = {R package version 1.0.5 produced using Copernicus\n    WorldDEMTM-90 DLR e.V. 2010-2014 and Airbus Defence and Space\n    GmbH 2014-2018 provided under COPERNICUS by the European Union\n    and ESA; all rights reserved},\n  url = {https://CRAN.R-project.org/package=CopernicusDEM},\n}\n```\n\n\u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlampros%2Fcopernicusdem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmlampros%2Fcopernicusdem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlampros%2Fcopernicusdem/lists"}