Skip to content

craigstanton/quickuvparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements:

$ git clone https://github.com/craigstanton/quickuvparser.git
$ cd quickuvparser

Usage:

Docker

$ docker build -t uv .
$ docker run -v $(pwd)/out:/out uv python UVAPIConversion.py [OPTIONS]

the output will be in out/uvi-forecasts.csv

CLI

$ python UVAPIConversion.py [OPTIONS]
Options:
  --baseurl TEXT  API base URL
  --apikey TEXT   API key  [required]
  --product TEXT  Product. 1 = cloudy sky, 0 = clear sky
  --help          Show this message and exit.

About

A quick hack of a parser for the UVI data from NIWA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published