You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/altimetry-data-overview.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ pulses are used to determine elevation data.
91
91
```{note}
92
92
93
93
We recommend using the [_icepyx_](https://github.com/icesat2py/icepyx)
94
-
library to access and interact with ICESat-2 data. Learn more about using `icepyx` with `iceflow` in the [Using iceflow with icepyx to Generate an Elevation Timeseries](notebooks/iceflow-with-icepyx) Jupyter notebook.
94
+
library to access and interact with ICESat-2 data. Learn more about using `icepyx` with `nsidc-iceflow` in the [Using nsidc-iceflow with icepyx to Generate an Elevation Timeseries](notebooks/iceflow-with-icepyx) Jupyter notebook.
95
95
96
96
```
97
97
@@ -148,7 +148,7 @@ ILVIS V2 data:
148
148
149
149
-`TLAT`/`TLON`/`ZT`, which represent the highest detected signal.
150
150
151
-
By default, `iceflow` will use `GLAT`/`GLON`/`GZ` as the primary
151
+
By default, `nsidc-iceflow` will use `GLAT`/`GLON`/`GZ` as the primary
152
152
latitude/longitude/elevation fields in `IceflowDataFrame`s. Use the
153
153
`ilvis2_coordinate_set` kwarg on `read_iceflow_datafile(s)` or
154
154
`make_iceflow_parquet` to select an different primary set of
@@ -182,14 +182,14 @@ these missions presents several challenges:
182
182
and longitude is the same. These changes in geolocation need to be reconciled
183
183
to allow meaningful comparisons within the long-term data record.
184
184
185
-
The `iceflow` Python library addresses these concerns by providing the ability
186
-
to search, download, and access laser altimetry data from (pre-)Operation
187
-
IceBridge and ICESat/GLAS datasets. The library also supports International
188
-
Terrestrial Reference Frame (ITRF) transformations to facilitate comparisons
189
-
across datasets.
185
+
The `nsidc-iceflow` Python library addresses these concerns by providing the
186
+
ability to search, download, and access laser altimetry data from
187
+
(pre-)Operation IceBridge and ICESat/GLAS datasets. The library also supports
188
+
International Terrestrial Reference Frame (ITRF) transformations to facilitate
189
+
comparisons across datasets.
190
190
191
191
Companion Jupyter notebooks give additional information and contain example code
192
-
about `iceflow`.
192
+
about `nsidc-iceflow`.
193
193
194
194
[NSIDC Iceflow example](./notebooks/iceflow-example) provides an example of how
195
195
to search for, download, and interact with `ILATM1B v1` data for a small area of
@@ -199,13 +199,13 @@ datasets. To learn more about ITRF transformations, see the
199
199
[Applying Coordinate Transformations to Facilitate Data Comparison](./notebooks/corrections)
200
200
notebook.
201
201
202
-
[Using iceflow with icepyx to Generate an Elevation Timeseries](./notebooks/iceflow-with-icepyx)
202
+
[Using nsidc-iceflow with icepyx to Generate an Elevation Timeseries](./notebooks/iceflow-with-icepyx)
203
203
shows how to search for, download, and interact with a large amount of data
204
-
across many datasets supported by `iceflow`. It also illustrates how to utilize
205
-
[icepyx](https://icepyx.readthedocs.io/en/latest/) to find and access ICESat-2
206
-
data. Finally, the notebook provides a simple time-series analysis for elevation
207
-
change over an area of interest across `iceflow` supported datasets and
208
-
ICESat-2.
204
+
across many datasets supported by `nsidc-iceflow`. It also illustrates how to
205
+
utilize [icepyx](https://icepyx.readthedocs.io/en/latest/) to find and access
206
+
ICESat-2 data. Finally, the notebook provides a simple time-series analysis for
207
+
elevation change over an area of interest across `nsidc-iceflow` supported
208
+
datasets and ICESat-2.
209
209
210
210
## References
211
211
@@ -227,4 +227,4 @@ ICESat-2.
227
227
With the knowledge gained from reading this page, users should be prepared for
228
228
the [NSIDC Iceflow example](./notebooks/iceflow-example) notebook, which
229
229
provides an example of how to search for, download, and interact with
230
-
`ILATM1B v1` data for a small area of interest with the `iceflow` library.
230
+
`ILATM1B v1` data for a small area of interest with the `nsidc-iceflow` library.
Copy file name to clipboardExpand all lines: docs/notebooks/iceflow-example.ipynb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
"id": "7174387c-05aa-4f8f-b3bd-902d4f635d9b",
6
6
"metadata": {},
7
7
"source": [
8
-
"# NSIDC Iceflow example\n",
8
+
"# `nsidc-iceflow` example\n",
9
9
"\n",
10
10
"This notebook shows an example of how to use the `nsidc-iceflow` Python library to do ITRF transformations with real data. We recommend starting with the [Applying Coordinate Transformations to Facilitate Data Comparison](./corrections) notebook to learn more about ITRF transformations and why they matter.\n",
11
11
"\n",
@@ -15,7 +15,7 @@
15
15
"\n",
16
16
"Finding, downloading, and reading ILATM1B v1 data with `nsidc-iceflow` is straightforward. ILATM1B data can be very large, so for the purposes of this example we will focus on just a small area near Pine Island Glacier along with a short date range in order to fetch a manageable amount of data.\n",
17
17
"\n",
18
-
"To learn about how to download and manage larger amounts of data across many datasets with `nsidc-iceflow`, see the [Using iceflow with icepyx to Generate an Elevation Timeseries](./iceflow-with-icepyx) notebook."
18
+
"To learn about how to download and manage larger amounts of data across many datasets with `nsidc-iceflow`, see the [Using nsidc-iceflow with icepyx to Generate an Elevation Timeseries](./iceflow-with-icepyx) notebook."
0 commit comments