diff --git a/README.md b/README.md index fc9a908..434881e 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,15 @@ Originally presented during the 2019 AGU Fall Meeting, this tutorial demonstrate ### [IceFlow](./notebooks/iceflow) +> [!CAUTION] +> The IceFlow notebooks and supporting code have some known problems and users +> should exercise caution. It is likely that users will run into errors while +> interacting with the notebooks. Requests for ITRF transformations are not +> currently working as expected. We recommend users look at the `corrections` +> notebook for information about how to apply ITRF transformations to data +> themselves. IceFlow is currently under maintenence, and we hope to resolve +> some of these issues soon. + **Harmonized data for pre-IceBridge, ICESat and IceBridge data sets.** These Jupyter notebooks are interactive documents to teach students and researchers interested in cryospheric sciences how to access and work with airborne altimetry and related data sets from NASA’s [IceBridge](https://www.nasa.gov/mission_pages/icebridge/index.html) mission, and satellite altimetry data from [ICESat](https://icesat.gsfc.nasa.gov/icesat/) and [ICESat-2](https://icesat-2.gsfc.nasa.gov/) missions using the NSIDC **IceFlow API** diff --git a/notebooks/iceflow/README.md b/notebooks/iceflow/README.md index f248b2c..8bdc98f 100644 --- a/notebooks/iceflow/README.md +++ b/notebooks/iceflow/README.md @@ -1,5 +1,14 @@ # IceFlow Point Cloud Data Access +> [!CAUTION] +> The IceFlow notebooks and supporting code have some known problems and users +> should exercise caution. It is likely that users will run into errors while +> interacting with the notebooks. Requests for ITRF transformations are not +> currently working as expected. We recommend users look at the `corrections` +> notebook for information about how to apply ITRF transformations to data +> themselves. IceFlow is currently under maintenence, and we hope to resolve +> some of these issues soon. + ## Summary The IceFlow python library simplifies accessing and combining data from several of NASA's cryospheric altimetry missions, including ICESat/GLAS, Operation IceBridge, and ICESat-2. In particular, IceFlow harmonizes the various file formats and georeferencing parameters across several of the missions' data sets, allowing you to analyze data across the multi-decadal time series.