Skip to content

Commit

Permalink
Update plot_aseg_tempest_to_netcdf.ipynb
Browse files Browse the repository at this point in the history
modify how we call read_netcdf
  • Loading branch information
bminsley authored Nov 27, 2023
1 parent 1e39b45 commit 8b04524
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
},
"outputs": [],
"source": [
"new_survey = Survey().read_netcdf(d_out)\n\n# Once the survey is read in, we can access variables like a standard xarray dataset.\nprint(new_survey.raster.magnetic_tmi)"
"new_survey = Survey.read_netcdf(d_out)\n\n# Once the survey is read in, we can access variables like a standard xarray dataset.\nprint(new_survey.raster.magnetic_tmi)"
]
},
{
Expand Down Expand Up @@ -166,4 +166,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}

0 comments on commit 8b04524

Please sign in to comment.