Skip to content

Commit c0bb07d

Browse files
committed
Update 03-gravity in notebooks and Markdown files
1 parent c781e66 commit c0bb07d

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

notebooks/gravity/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ Earth's gravity anomalies ([image source](https://upload.wikimedia.org/wikipedia
1212

1313
## Tutorial Notebooks
1414

15-
[3D Forward Simulation of Gravity Anomaly Data](03-gravity/fwd_gravity_anomaly_3d) $({\color{green}Introductory}$, ${\color{green}Lightweight})$
15+
[3D Forward Simulation of Gravity Anomaly Data](gravity/fwd_gravity_anomaly_3d) $({\color{green}Introductory}$, ${\color{green}Lightweight})$
1616
<br />
1717

18-
[3D Forward Simulation of Gravity Gradiometry Data](03-gravity/fwd_gravity_gradiometry_3d) $({\color{green}Introductory}$, ${\color{green}Lightweight})$
18+
[3D Forward Simulation of Gravity Gradiometry Data](gravity/fwd_gravity_gradiometry_3d) $({\color{green}Introductory}$, ${\color{green}Lightweight})$
1919
<br />
2020

21-
[3D Inversion of Gravity Anomaly Data](03-gravity/inv_gravity_anomaly_3d) $({\color{orange}Intermediate}$, ${\color{green}Lightweight})$
21+
[3D Inversion of Gravity Anomaly Data](gravity/inv_gravity_anomaly_3d) $({\color{orange}Intermediate}$, ${\color{green}Lightweight})$
2222
<br />
2323

24-
[Compare weighting strategy with Inversion of surface Gravity Anomaly Data](03-gravity/weighting_strategies) $({\color{orange}Intermediate}$, ${\color{green}Lightweight})$
24+
[Compare weighting strategy with Inversion of surface Gravity Anomaly Data](gravity/weighting_strategies) $({\color{orange}Intermediate}$, ${\color{green}Lightweight})$
2525
<br />

notebooks/gravity/inv_gravity_anomaly_3d.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,22 +139,22 @@
139139
"name": "stdout",
140140
"output_type": "stream",
141141
"text": [
142-
"overwriting /home/ssoler/git/user-tutorials/notebooks/03-gravity/inv_gravity_anomaly_3d_files.tar.gz\n",
143-
"Downloading https://github.com/simpeg/user-tutorials/raw/main/assets/03-gravity/inv_gravity_anomaly_3d_files.tar.gz\n"
142+
"overwriting /home/ssoler/git/user-tutorials/notebooks/gravity/inv_gravity_anomaly_3d_files.tar.gz\n",
143+
"Downloading https://github.com/simpeg/user-tutorials/raw/main/assets/gravity/inv_gravity_anomaly_3d_files.tar.gz\n"
144144
]
145145
},
146146
{
147147
"name": "stdout",
148148
"output_type": "stream",
149149
"text": [
150-
" saved to: /home/ssoler/git/user-tutorials/notebooks/03-gravity/inv_gravity_anomaly_3d_files.tar.gz\n",
150+
" saved to: /home/ssoler/git/user-tutorials/notebooks/gravity/inv_gravity_anomaly_3d_files.tar.gz\n",
151151
"Download completed!\n"
152152
]
153153
}
154154
],
155155
"source": [
156156
"# URL to download from repository assets\n",
157-
"data_source = \"https://github.com/simpeg/user-tutorials/raw/main/assets/03-gravity/inv_gravity_anomaly_3d_files.tar.gz\"\n",
157+
"data_source = \"https://github.com/simpeg/user-tutorials/raw/main/assets/gravity/inv_gravity_anomaly_3d_files.tar.gz\"\n",
158158
"\n",
159159
"# download the data\n",
160160
"downloaded_data = download(data_source, overwrite=True)\n",

notebooks/gravity/weighting_strategies.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141
"name": "stdout",
142142
"output_type": "stream",
143143
"text": [
144-
"overwriting /home/ssoler/git/user-tutorials/notebooks/03-gravity/gravity.tar.gz\n",
144+
"overwriting /home/ssoler/git/user-tutorials/notebooks/gravity/gravity.tar.gz\n",
145145
"Downloading https://storage.googleapis.com/simpeg/doc-assets/gravity.tar.gz\n",
146-
" saved to: /home/ssoler/git/user-tutorials/notebooks/03-gravity/gravity.tar.gz\n",
146+
" saved to: /home/ssoler/git/user-tutorials/notebooks/gravity/gravity.tar.gz\n",
147147
"Download completed!\n"
148148
]
149149
}

0 commit comments

Comments
 (0)