diff --git a/src/ERA5Reanalysis.jl b/src/ERA5Reanalysis.jl index f70481ee..2b84f089 100644 --- a/src/ERA5Reanalysis.jl +++ b/src/ERA5Reanalysis.jl @@ -13,15 +13,15 @@ using NCDatasets using PrettyTables using Statistics +import Base: show, read, download, split +import GeoRegions: getLandSea + ## Reexporting exported functions within these modules using Reexport @reexport using Dates @reexport using GeoRegions @reexport using NCDatasets: nomissing -import Base: show, read, download, split -import GeoRegions: getLandSea - ## Exporting the following functions: export ERA5Dataset, ERA5Hourly, ERA5Daily, ERA5Monthly,