Skip to content

Commit

Permalink
Update README for LandSea.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
natgeo-wong committed Jan 1, 2025
1 parent ff6e253 commit 39cc932
Showing 1 changed file with 42 additions and 5 deletions.
47 changes: 42 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,43 @@
# LandSea
<p align="center">
<img alt="LandSea.jl Logo" src=https://raw.githubusercontent.com/GeoRegionsEcosystem/LandSea.jl/main/src/logosmall.png />
</p>

[![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)
# **<div align="center">LandSea.jl</div>**

<p align="center">
<a href="https://www.repostatus.org/#active">
<img alt="Repo Status" src="https://www.repostatus.org/badges/latest/active.svg?style=flat-square" />
</a>
<a href="https://github.com/GeoRegionsEcosystem/LandSea.jl/actions/workflows/ci.yml">
<img alt="GitHub Actions" src="https://github.com/GeoRegionsEcosystem/LandSea.jl/actions/workflows/ci.yml/badge.svg?branch=main&style=flat-square">
</a>
<br>
<a href="https://mit-license.org">
<img alt="MIT License" src="https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square">
</a>
<img alt="MIT License" src="https://img.shields.io/github/v/release/GeoRegionsEcosystem/LandSea.jl.svg?style=flat-square">
<a href="https://GeoRegionsEcosystem.github.io/LandSea.jl/stable/">
<img alt="Latest Documentation" src="https://img.shields.io/badge/docs-stable-blue.svg?style=flat-square">
</a>
<a href="https://GeoRegionsEcosystem.github.io/LandSea.jl/dev/">
<img alt="Latest Documentation" src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square">
</a>
</p>

**Created By:** Nathanael Wong ([email protected])

## **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.

2 comments on commit 39cc932

@natgeo-wong
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release Notes:

  • Initial release of LandSea.jl, very bare bones, smoothing functionalities to come. Documentation will be released at a later date.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/122246

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.0.1 -m "<description of version>" 39cc9320c9fc989677c367db0c70d1f677a8b597
git push origin v0.0.1

Please sign in to comment.