Skip to content

congrong-wang/cr-ASOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Run

pip install git+https://github.com/congrong-wang/cr-ASOS.git

Functions

Download data

There are three types of data for download:

  • 1 min weather data
  • 5 min weather data
  • hourly precipitation data

You can import download functions using:

from cr_asos.io import (
    download_asos_1min_data,
    download_asos_5min_data,
    download_asos_hourly_precip_data,
)

These functions are documented with docstring. Call help(function_name) to read it.

Read downloaded files

There are also three functions to read downloaded CSV files:

from cr_asos.io import (
    read_asos_1min_csv,
    read_asos_5min_csv,
    read_asos_hourly_precip_csv,
)

These functions are also documented.

Plot

There is currently only one plotting function:

from cr_asos.plotting import daily_plot_w_SMPS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages