Skip to content

Commit

Permalink
add authors and codemeta files
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaconet committed Jun 6, 2024
1 parent 5e0d822 commit 9e5b2a4
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 0 deletions.
4 changes: 4 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Authors

* Paul Taconet : <[email protected]>

1 change: 1 addition & 0 deletions R/mf_download_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ mf_download_data<-function(df_to_dl,path=tempfile("tmp"),parallel=TRUE,num_worke
dl_func<-function(url,output,username,password) {
u <- httr::GET(url)
httr::GET(u$url,httr::authenticate(username,password),httr::write_disk(output),httr::progress(),config = list(maxredirs=-1))
#GET(u$url, httr::write_disk(output), httr::progress(), config(maxredirs=-1, netrc = TRUE, netrc_file = netrc), set_cookies("LC" = "cookies"))
}

if(verbose){cat("Downloading the data...\n")}
Expand Down
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ library(emo)
[![Travis build status](https://travis-ci.org/ptaconet/modisfast.svg?branch=master)](https://travis-ci.org/ptaconet/modisfast)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/modisfast)](https://cran.r-project.org/package=modisfast)
[![Github_Status_Badge](https://img.shields.io/badge/Github-0.1.0-blue.svg)](https://github.com/ptaconet/modisfast)
[![SWH](https://archive.softwareheritage.org/badge/origin/https://github.com/ptaconet/modisfast/)](https://archive.softwareheritage.org/browse/origin/?origin_url=https://github.com/ptaconet/modisfast)
<!-- badges: end -->

<!-- ATTENTION A CHANGER : FUSEAUX HORAIRES POUR DONNEES GPM HALF HOURLY !!!!!!
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
status](https://travis-ci.org/ptaconet/modisfast.svg?branch=master)](https://travis-ci.org/ptaconet/modisfast)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/modisfast)](https://cran.r-project.org/package=modisfast)
[![Github_Status_Badge](https://img.shields.io/badge/Github-0.1.0-blue.svg)](https://github.com/ptaconet/modisfast)
[![SWH](https://archive.softwareheritage.org/badge/origin/https://github.com/ptaconet/modisfast/)](https://archive.softwareheritage.org/browse/origin/?origin_url=https://github.com/ptaconet/modisfast)
<!-- badges: end -->

<!-- ATTENTION A CHANGER : FUSEAUX HORAIRES POUR DONNEES GPM HALF HOURLY !!!!!!
Expand Down
44 changes: 44 additions & 0 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"type": "SoftwareSourceCode",
"applicationCategory": "Remote sensing",
"author": [
{
"id": "https://orcid.org/0000-0001-7429-7204",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "MIVEGEC, IRD, CNRS, Univ. Montpellier, Montpellier, France"
},
"email": "[email protected]",
"familyName": "Taconet",
"givenName": "Paul"
}
],
"codeRepository": "git+https://github.com/ptaconet/modisfast.git",
"dateCreated": "2020-01-01",
"description": "R package that provides functions to download MODIS and several other Earth datacubes sources in a time-saving and efficient way : by sampling it at the very downloading phase (spatially, temporally and dimensionally) through the OPeNDAP framework.",
"downloadUrl": "https://github.com/ptaconet/modisfast/archive/refs/heads/master.zip",
"funder": {
"type": "Organization",
"name": "French Research Institute for Sustainable Development"
},
"keywords": [
"MODIS",
"earth datacube",
"R",
"opendap",
"VIIRS",
"earth science"
],
"license": "https://spdx.org/licenses/GPL-3.0+",
"name": "modisfast",
"operatingSystem": [
"Linux",
"Windows",
"MacOS"
],
"programmingLanguage": "R",
"relatedLink": "https://archive.softwareheritage.org/browse/origin/?origin_url=https://github.com/ptaconet/modisfast",
"issueTracker": "https://github.com/ptaconet/modisfast/issues"
}

0 comments on commit 9e5b2a4

Please sign in to comment.