Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generic ATL03/06/08 subsetter to support cross-referencing calculated fields #120

Closed
jpswinski opened this issue Apr 27, 2021 · 2 comments
Closed
Assignees

Comments

@jpswinski
Copy link
Member

Need to have an endpoint(s) that allows a user to request fields from ATL03/06/08 datasets. SlideRule then reads and subsets them, and then returns the values back to the user with a corresponding segment ID index for each value.

For example, if a user wanted to see all photon heights in a region, SlideRule would return a set of records where each record had the segment ID as the index value, the name of the field as a string, and a bunch of heights.

@jpswinski jpswinski changed the title Generic ATL03/06/08 subsetter to return user requested fields Generic ATL03/06/08 subsetter to support cross-referencing calculated fields Apr 27, 2021
@jpswinski
Copy link
Member Author

By applying a consistent segment ID to the calculated elevations as well as any subsetting fields, users can cross reference elevations with a large number of different fields in the ATL03/06/08 datasets.

@jpswinski jpswinski self-assigned this Apr 27, 2021
@jpswinski jpswinski transferred this issue from SlideRuleEarth/sliderule Dec 14, 2021
@jpswinski jpswinski transferred this issue from another repository Aug 3, 2022
@jpswinski
Copy link
Member Author

The code uses a unique extent_id field per atl03 extent that is then used for cross-referencing other ancillary fields.

jpswinski added a commit that referenced this issue Mar 9, 2023
fix: interactive control of map in voila demo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant