icesat2py/icepyx

functions to pass data to other formats

Open

#35 opened on Mar 11, 2020

View on GitHub
 (9 comments) (1 reaction) (0 assignees)Python (119 forks)auto 404
enhancementhelp wantedquestion

Repository metrics

Stars
 (256 stars)
PR merge metrics
 (PR metrics pending)

Description

One of icepyx's primary goals is to make it easier to work with ICESat-2 data. The present class object data structure aims to facilitate switching between multiple data structures to capitalize on other resources for data analysis. Thus, we need a set of functions for the class (e.g. to_dataframe, to_geodataframe, to_dict, to_xarray, to_netcdf, to_hdf5) that enable the user to easily put their data in these formats for further analysis. How this proceeds is part of ongoing conversations about development directions, so please contribute to the conversation here or on Discourse even if you don't think you'll actually work on this issue directly.

Contributor guide