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
- Host: GitHub
- URL: https://github.com/juliaextremes/idfdatacanada.jl
- Owner: JuliaExtremes
- License: mit
- Created: 2019-06-25T13:23:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-07-21T00:09:03.000Z (11 months ago)
- Last Synced: 2025-07-21T02:21:03.359Z (11 months ago)
- Topics: canada, climate, data, julia, netcdf
- Language: Julia
- Size: 3.14 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IDFDataCanada.jl 🇨🇦
[](https://www.repostatus.org/#moved) to [CanadianClimateData.jl](https://github.com/JuliaExtremes/CanadianClimateData.jl)
[](https://juliaextremes.github.io/IDFDataCanada.jl/stable/)
[](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.