Jessica Scheick

Results 58 issues of Jessica Scheick

Thanks for working on a fix @JessicaS11! ### 🎉 I tried this out and it runs smoothly for a single ATL08 file, multiple ATL08 files, and multiple ATL06 files. I'm...

bug
help wanted
afternoon_contribution

Last week, OpenAltimetry transitioned their backend from its original domain to NSIDC and from grabbing data from a local server to the cloud-hosted copy of the data (ICESat-2 only so...

With the introduction of QUEST and pending merging of Argo access (#427), tracking and handling projections (and ultimately datums) will become important for integrating multiple datasets. The logical place to...

enhancement
help wanted
afternoon_contribution

Hello Jessica! My name is Kiara Burgos and I am working with ICESAT-2 data for a summer research project at NASA Goddard. I am trying to use surface reflectance data...

The temporal module was introduced (#327) to enable a broader range of temporal input types (beyond strings, including datetime object types) and streamline the time-handling portions to their own module....

enhancement

During the JOSS review we identified a few new-ish tools and updates to add to our [ICESat-2 Resource Guide](https://icepyx.readthedocs.io/en/latest/community/resources.html#resource-ref-label): - [ ] update instructions for getting to NSIDC ICESat-2 data...

documentation
good first issue

Many other projects (IceFlow, SlideRule) have incorporated widgets to improve the user experience for finding and interacting with data. [Voila](https://voila.readthedocs.io/en/stable/index.html) is one such tool. It would be fun to introduce...

enhancement

The ATL13 product tests within the visualization module started failing, as mentioned in #390. It may be similar to #269, which have started working again. We're working with NSIDC to...

bug

At L361, it says `if spatial_extent.split(".")[-1] in ["kml", "shp", "gpkg"]:` which restricts the possible file types to KMLs, shapefiles and geopackages. However at L114, the code uses `gpd.read_file(spatial_extent)`, which should...

When working on #424, I noticed a few of the newer api functions weren't being imported because they hadn't been added to the list in `__init__.py`. I update the list...