Skip to content

wdtinc/SkyWiseDataTransferR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SkyWiseDataTransferR

API for interacting with the SkyWise Data Transfer API

Usage

> Authorize('yourappid', 'yourappkey')
> products <- GetProducts()
> products[[14]]
$datasets
[1] "/products/skywise-europe-surface-analysis/datasets"

$name
[1] "skywise-europe-surface-analysis"

$format
[1] "NetCDF"

> name <- products[[14]]$name

> files <- DataTransfer(name, directory = '.')
trying URL 'https://transfer.wdtinc.com/...
Content type 'binary/octet-streamde' length 89059615 bytes (84.9 MB)
==================================================
downloaded 84.9 MB

About

API for interacting with the SkyWise Data Transfer API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages