Skip to content

v7.0.0

Latest
Compare
Choose a tag to compare
@natgeo-wong natgeo-wong released this 03 Oct 16:59

GeoRegions v7.0.0

Diff since v6.0.3

  • Pull out LandSea and RegionGrid types out from GeoRegions.jl into their own separate packages
  • Proper working documentation with DocumenterVitepress.jl
  • More seamlessly integrating GeoRegions.jl with local projects
  • Less verbose logging, unless indicated otherwise (more functions now have the verbose keyword)
  • Replace PolygonOps.jl with GeometryOps.jl
  • Adding ability to check the shape of a GeoRegion
  • Renaming of fields in the GeoRegion type, in preparation for standardizing RectRegion with PolyRegion for v8 and above
  • Adding better ways to check equivalence, reexporting ==, isequal(), and many other functions, etc.
  • Lots of new things, API was reworked quite a bit