Release v1.2.0
2021-11-17
Version description of the v1.2.0 release of ICESat-2 SlideRule.
Important: Consul service discovery replaced by internal solution which is now accessed via a different port (8050 instead of 8500). This breaks backward compatibility of the Python client, so the client needs to be updated to use this latest release.
New Features
The along track distance from the equator of each elevation and each photon has been added to their respective record definitions. For the atl03 API’s the field name is
segment_dist
; for the atl06 API’s the field name isdistance
.The atl03 and atl06 API’s now support specifying the
len
(extent length) andres
(extent resolution) parameters in terms of whole ATL03 segments. This is achieved by setting thedist_in_seg
field in the request parameters to true.Added
post
function to the netsvc package Lua function calls.
Major Issues Resolved
Minor Issues Resolved
Python config makefile target now works without first a full standard install of sliderule #81
Runtime exceptions caught by PyBind11 when using parallel H5Coro API #82
Fixed bug in H5Coro processing of BTrees when symbols spanned multiple leaf nodes 4805819
Fixed memory leak in PyBind11 wrapper for H5Coro 1206fc5
Getting This Release
https://github.com/ICESat2-SlideRule/sliderule/releases/tag/v1.2.0
https://github.com/ICESat2-SlideRule/sliderule-icesat2/releases/tag/v1.2.0
https://github.com/ICESat2-SlideRule/sliderule-python/releases/tag/v1.2.0