Released 2022-12-13
- Conic COE proj (x instead of z in projection)
- Conic unproj arctan (
r
parameter was important because of possible negative sign)
- Add
bounds
andis_in_valid_proj_area
methods projections - In
unproj
check if the (X, Y) cooridnates are in the projection plane valid area ProjXY2ImgXY
now an trait with implementations.- Support SIP in a different struct implementing
ProjXY2ImgXY
- Add
BasicImgXY2ProjXY
andReversedEastPngImgXY2ProjXY
- Conic proj default parameters
Released 2022-11-18
- rename
Img2LonLat
inImg2Celestial
and add theXYZ
in input/output in addition toLonLat
- Add
sin
example in test and in README - Add public method
x()
,y()
,z()
- Add
set_proj_center_from_xx
inImg2Celestial
Released 2022-11-18