Skip to content

Releases: owlpinetech/flatsphere

v0.1.1

10 Feb 19:17
586f5c0
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

22 Jan 22:44
549fbd8
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.5...v0.1.0

v0.0.5

19 Jan 23:10
8543683
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

What's Changed

  • Tabular projections (Robinson & Natural Earth) by @robertkleffner in #6
  • Upgrade minimum required Go version to Go 1.21

Full Changelog: v0.0.4...v0.0.5

Eckert IV + HEALPix bounds fix

18 Jan 04:03
a5a278d
Compare
Choose a tag to compare
Pre-release

Add a new projection, and fix the HEALPix bounding region after discovering it was faulty in a new set of fuzz tests

Oblique projections and distortion

11 Jan 18:06
9fdc7a0
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: v0.0.2...v0.0.3

Add some azimuthal projections

07 Jan 20:57
Compare
Choose a tag to compare
Pre-release

Add three new projections:

  • Azimuthal conformal
  • Azimuthal equidistant
  • Azimuthal equal area

Initial release

03 Jan 01:59
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

A basic interface for projections from spherical locations to planar coordinates. The interface can project, inverse-project, and describe the basic bounds of the planar region the projection coordinates will exist within.

Several common and some less-common projections are included with implementations.