From 39cc9320c9fc989677c367db0c70d1f677a8b597 Mon Sep 17 00:00:00 2001 From: Nathanael Wong Date: Wed, 1 Jan 2025 19:34:01 +0800 Subject: [PATCH] Update README for LandSea.jl --- README.md | 47 ++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 42 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c619ec5..77089cb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,43 @@ -# LandSea +

+LandSea.jl Logo +

-[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://natgeo-wong.github.io/LandSea.jl/stable/) -[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://natgeo-wong.github.io/LandSea.jl/dev/) -[![Build Status](https://github.com/natgeo-wong/LandSea.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/natgeo-wong/LandSea.jl/actions/workflows/CI.yml?query=branch%3Amain) -[![Coverage](https://codecov.io/gh/natgeo-wong/LandSea.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/natgeo-wong/LandSea.jl) +# **
LandSea.jl
** + +

+ + Repo Status + + + GitHub Actions + +
+ + MIT License + + MIT License + + Latest Documentation + + + Latest Documentation + +

+ +**Created By:** Nathanael Wong (nathanaelwong@fas.harvard.edu) + +## **Introduction** + +LandSea.jl is a Julia package that aims to streamline the following process(es): +* downloading and analysis of various Land-Sea masks for different datasets for different packages + +LandSea in and of itself does not download the Land-Sea mask datasets. What it does is provide a unified `struct` type that can be used across different packages and dataset types. + +LandSea.jl can be installed via +``` +] add LandSea +``` + +## **Usage** + +Please refer to the [documentation](https://georegionsecosystem.github.io/LandSea.jl/dev/) for instructions and examples. \ No newline at end of file