Created By: Nathanael Wong ([email protected])
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
Please refer to the documentation for instructions and examples.