An open API service indexing awesome lists of open source software.

https://github.com/juliaextremes/idfdatacanada.jl

A set of methods to get ECCC IDF data from .txt files
https://github.com/juliaextremes/idfdatacanada.jl

canada climate data julia netcdf

Last synced: 8 months ago
JSON representation

A set of methods to get ECCC IDF data from .txt files

Awesome Lists containing this project

README

          

# IDFDataCanada.jl 🇨🇦
[![Project Status: Moved to https://github.com/JuliaExtremes/CanadianClimateData.jl – The project has been moved to a new location, and the version at that location should be considered authoritative.](https://www.repostatus.org/badges/latest/moved.svg)](https://www.repostatus.org/#moved) to [CanadianClimateData.jl](https://github.com/JuliaExtremes/CanadianClimateData.jl)
[![documentation stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliaextremes.github.io/IDFDataCanada.jl/stable/)
[![documentation latest](https://img.shields.io/badge/docs-latest-blue.svg)](https://juliaextremes.github.io/IDFDataCanada.jl/dev/)

**IDFDataCanada.jl** offers methods to get Intensity-Duration-Frequency (IDF) data from Engineering Climate Datasets of Environment and Climate Change Canada (ECCC) in CSV (`.csv`) or NetCDF (`.nc`) from the `.txt` files via automatic download and extraction from `.zip` archives on [ECCC's server](https://collaboration.cmc.ec.gc.ca/cmc/climate/Engineer_Climate/IDF/).

## Installation

The following **Julia** command will install the package :

```julia
julia> using Pkg
julia> Pkg.add("IDFDataCanada")
```

## Documentation

See the [Package Documentation](https://juliaextremes.github.io/IDFDataCanada.jl) for details and examples.