🌍 Define Grids of Interest
You have a (Geo)Region of interest and some gridded data? Let's define a Grid for it.
Subsetting and Extracting Gridded Geospatial Data for Geographic Regions of Interest.
RegionGrids.jl is a lightweight Julia package that builds upon GeoRegions.jl, and allows for the subsetting and extraction of gridded data for a given geographical region of interest.
The latest version of RegionGrids can be installed using the Julia package manager (accessed by pressing ]
in the Julia command prompt)
julia> ]
(@v1.10) pkg> add RegionGrids
You can update RegionGrids.jl
to the latest version using
(@v1.10) pkg> update RegionGrids
And if you want to get the latest release without waiting for me to update the Julia Registry (although this generally isn't necessary since I make a point to release patch versions as soon as I find bugs or add new working features), you may fix the version to the main
branch of the GitHub repository:
(@v1.10) pkg> add RegionGrids#main
If you are interested in using RegionGrids.jl
or are trying to figure out how to use it, please feel free to ask me questions and get in touch! Please feel free to open an issue if you have any questions, comments, suggestions, etc!