SlideRuleEarth / sliderule

Server and client framework for on-demand science data processing in the cloud
https://slideruleearth.io
Other
26 stars 11 forks source link

Create `atl06s` and `atl08s` fast subsetting endpoints #325

Open jpswinski opened 10 months ago

jpswinski commented 10 months ago

For users who just want to subset the existing standard data products, we could provide endpoints that do so, along with support for ancillary data like the atl03s endpoint.

jpswinski commented 9 months ago

From @SmithB: Python dictionary for minimal ATL06 reads (None indicates the top-level group within each beam, all other keys indicate subgroups):

field_dict={None:['delta_time','h_li','h_li_sigma','latitude','longitude','atl06_quality_summary','segment_id','sigma_geo_h'],                                               
                    'ground_track':['x_atc', 'y_atc','seg_azimuth'],                                                                                   
                    'fit_statistics':['dh_fit_dx','h_robust_sprd','n_fit_photons', 'w_surface_window_final'],                                                                                                                                                        
                    'geophysical':['bsnow_conf','bsnow_h','r_eff','tide_ocean']}

It would also be good to keep track of which beam, spot, and RGT goes with each segment.

jpswinski commented 6 months ago

atl06s has been created