diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index d49487a..4e977f7 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.11.2","generation_timestamp":"2025-01-02T12:57:39","documenter_version":"1.8.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.11.2","generation_timestamp":"2025-01-02T12:59:39","documenter_version":"1.8.0"}} \ No newline at end of file diff --git a/dev/index.html b/dev/index.html index c1c73ea..f4c47cc 100644 --- a/dev/index.html +++ b/dev/index.html @@ -1,2 +1,2 @@ -Home · LandSea.jl

LandSea

Documentation for LandSea.

LandSea.LandSeaDataType
LandSeaData

Abstract supertype for LandSea Datasets. All LandSeaData types contain the following fields:

  • lon - Vector containing the longitude points for the Land-Sea Dataset
  • lat - Vector containing the latitude points for the Land-Sea Dataset
  • lsm - Array containing data regarding the Land-Sea Mask. 1 is Land, 0 is Ocean, NaN is outside the bounds of the GeoRegion
source
LandSea.LandSeaFlatType
LandSeaFlat <: LandSeaData

A LandSea Dataset that contains only information on the land-sea mask and no topography.

source
LandSea.LandSeaTopoType
LandSeaTopo <: LandSeaData

A LandSea Dataset that also contains information on the topographic height.

A LandSeaTopo type will also contain the following field:

  • z - Array containing data regarding the Orographic Height in meters. NaN is outside the bounds of the GeoRegion
source
LandSea.getLandSeaMethod
getLandSea() -> nothing

A dummy function that can be extended by other packages that use LandSea.jl.

source
+Home · LandSea.jl

LandSea

Documentation for LandSea.

LandSea.LandSeaDataType
LandSeaData

Abstract supertype for LandSea Datasets. All LandSeaData types contain the following fields:

  • lon - Vector containing the longitude points for the Land-Sea Dataset
  • lat - Vector containing the latitude points for the Land-Sea Dataset
  • lsm - Array containing data regarding the Land-Sea Mask. 1 is Land, 0 is Ocean, NaN is outside the bounds of the GeoRegion
source
LandSea.LandSeaFlatType
LandSeaFlat <: LandSeaData

A LandSea Dataset that contains only information on the land-sea mask and no topography.

source
LandSea.LandSeaTopoType
LandSeaTopo <: LandSeaData

A LandSea Dataset that also contains information on the topographic height.

A LandSeaTopo type will also contain the following field:

  • z - Array containing data regarding the Orographic Height in meters. NaN is outside the bounds of the GeoRegion
source
LandSea.getLandSeaMethod
getLandSea() -> nothing

A dummy function that can be extended by other packages that use LandSea.jl.

source