Releases: GeoRegionsEcosystem/RegionGrids.jl
Releases · GeoRegionsEcosystem/RegionGrids.jl
v0.1.4
RegionGrids v0.1.4
- Need to retrigger the documentation because of a DocumenterVitepress issues
v0.1.3
RegionGrids v0.1.3
- Debugging the
extractfunction, the final ArrayTypemust be the same as the initial - Updating documentation
v0.1.2
v0.1.1
RegionGrids v0.1.1
- Just flush the logging when needed, especially on a Linux HPC system sometimes the logging doesn't flush until the very end
v0.1.0
RegionGrids v0.1.0
- Breaking changes in order to sync with GeoRegionsv8
- No more
XTiltofXMaskGrids, all is now combined into anXGridtype, with some updated fields - Adding rotation functionality for X and Y fields that denote the X and Y coordinates on a cartesian plane
- Updates to show() functionality
- Some basic documentation
- API should be more or less stable at this point, though no guarantees for now
- Type stability enforced, hopefully this doesn't break on me haha
- Updating logging and removing obsolete logging
Breaking Changes:
- Breaking changes on the
types of RegionGrids available, many are now obsolete
v0.0.5
RegionGrids v0.0.5
- Debugging the RectilinearGrid creation method again, specifically the
bound2lonlat()function
Breaking Changes:
- Right now RegionGrids is very unstable so every update is "breaking"
Merged pull requests:
- Bump codecov/codecov-action from 4 to 5 (#1) (@dependabot[bot])
- Milestones for v0.1 (#4) (@natgeo-wong)
Closed issues:
- Milestones for v0.1 (#3)
v0.0.4
RegionGrids v0.0.4
- Debugging the RectilinearGrid creation method, specifically the
bound2lonlat()function
Breaking Changes:
- Right now RegionGrids is very unstable so every update is "breaking"
v0.0.3
RegionGrids v0.0.3
- Debugging the GeneralizedGrids extraction method
Breaking Changes:
- Right now RegionGrids is very unstable so every update is "breaking"
v0.0.2
RegionGrids v0.0.2
- Updating [compat] bounds and README and other minor stuff
Breaking Changes:
- Urgent debugging of the extraction/bounds of RegionGrids.jl
v0.0.1
RegionGrids v0.0.1
- First release for RegionGrids.jl, set to v0.0.1 because no complete documentation yet
- Extraction of gridded data, now accepts rectilinear grids (lon,lat vectors), generalized grids (Point2 arrays) and unstructured grids (Point2 vectors)