Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BCO FTP download utility

Install with pip (without source directory):

$> pip install .

Usage

See notebook for example usage.

import ftpretty
import datetime

import bco_dl

c = ftpretty.ftpretty(bco_dl.HOSTNAME, user, passwd)

t_start = datetime.datetime(2018, 12, 29)
t_end = datetime.datetime(2019, 1, 2)
ds_velocity = bco_dl.get_datasets_in_time_range(c, 'vertical_velocity', t_start, t_end)
ds_radar = bco_dl.get_datasets_in_time_range(c, 'radar', t_start, t_end)

About

Barbados Cloud Observatory python download utility

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages