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
amocatlas.set_data_dir("project") # Use project/data (source checkout only)
110
+
print(amocatlas.get_data_dir()) # Show current setting
111
+
```
112
+
113
+
**Note:** The `"project"` option only works when running from a source checkout (editable install with `pip install -e .`). For regular pip installations, use an explicit path like `"~/my_data"` instead.
107
114
108
115
### API Features (v0.2.0+)
109
116
@@ -128,11 +135,6 @@ all_rapid = read.rapid(all_files=True) # Get all files for an array
128
135
raw_data = read.rapid(raw=True) # Original format for special cases
129
136
```
130
137
131
-
**Legacy API (still supported):**
132
-
```python
133
-
from amocatlas import readers
134
-
datasets = readers.load_dataset("rapid") # Returns raw data as before
Copy file name to clipboardExpand all lines: amocatlas/data_sources/lebras35n.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This module provides functions to read and process AMOC transport data at 35°N from deep moorings, floats and satellite altimetry.
4
4
5
-
Dataset one includes the AMOC transport in depth and in density space, the integrated across-basin streamfunction in depth space and the Ekman transport time series derived from CCMP.
5
+
Dataset one includes the AMOC transport in depth and in density space, the integrated across-basin streamfunction in depth space and the Ekman transport time series derived from CCMP.
6
6
Dataset two includes the geostrophic velocities through the section, the potential density anomaly referenced to 2000m, the depth of the sea floor along the section and the area of each grid point.
Copy file name to clipboardExpand all lines: amocatlas/data_sources/nac.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
"""North Atlantic Current (NAC) data reader for AMOCatlas.
2
2
3
-
This module provides functions to read and process the North Atlantic current time series from satellite and float observations.
3
+
This module provides functions to read and process the North Atlantic current time series from satellite and float observations.
4
4
The NAC is a key component of the Atlantic Meridional Overturning Circulation, transporting warm, saline water from the tropics to the high northern latitudes.
5
5
6
6
The dataset includes NAC transport estimates from satellite and float observations and an NAC estimation from satellite altimetry alone.
0 commit comments