Skip to content

Commit

Permalink
Final(?) debug for v7
Browse files Browse the repository at this point in the history
  • Loading branch information
natgeo-wong committed Oct 3, 2024
1 parent 15b4952 commit b16689b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/basics/shape.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ See the API [here](/api/shape#GeoRegions.N)
Or you can also extract them all at the same time as follows:

```@example properties
X,Y,ΔX,ΔY,θ = geo.tilt
X,Y,ΔX,ΔY,θ = tlt.tilt
```

## Retrieving the coordinates of a GeoRegion
Expand Down

1 comment on commit b16689b

@natgeo-wong
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release Notes:

  • 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

Please sign in to comment.