Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.87 KB

README.md

File metadata and controls

44 lines (35 loc) · 1.87 KB

GeoRegions.jl Logo

GeoRegions.jl

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

Created By: Nathanael Wong ([email protected])

Introduction

GeoRegions.jl is a Julia package that aims to streamline the following processes:

  • defining a geographic region of interest and its shape/boundaries
  • query if a point / grid is within a specified boundary

In general, these boundaries can be specified either using [N,S,E,W] coordinates, or by longitude and latitude vectors.

GeoRegions.jl can be installed via

] add GeoRegions

Usage

Please refer to the documentation for instructions and examples.