I am here to introduce the final stable version of GeoRegions.jl at v5 (don’t ask, it’s been a bumpy road with a lot of breaking changes). I hope this package will be useful especially to people who deal with geographic gridded datasets.
GeoRegions.jl provides three basic functionalities:
- Defining a geographic region of interest (rectilinear or polygonal) using the
GeoRegion
type - Extract longitude-latitude gridded datasets of a
GeoRegion
of interest using theRegionGrid
type - Extracts ETOPO 2022 topographic data from the OPeNDAP servers
Please see the documentation for a more in-depth tutorial and examples.
Inspiration for this package was taken from the python package regionmask