Skip to content

GeoRegionsEcosystem/GeoRegions.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.