PkgUtility.jl

A suite of utility functions
Author Yujie-W
Popularity
1 Star
Updated Last
2 Years Ago
Started In
November 2020

PkgUtility.jl

About

PkgUtility.jl includes a collection of utility functions. Note that support to Netcdf has been moved to NetcdfIO.jl since version v0.1.14, support to CliMA Land constants has been moved to EmeraldConstants.jl since v0.3.0, support to statistical tools has been moved to ResearchStatistics.jl, and supports to CSV and DataFrames have been moved to TextIO.jl.

Documentation CI Status Compatibility Code Coverage

Installation

using Pkg;
Pkg.add("PkgUtility");

API

See API for more detailed information about how to use PkgUtility.jl.