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 |
---|---|---|---|
using Pkg;
Pkg.add("PkgUtility");
See API
for more detailed information about how to use PkgUtility.jl
.