From 8b0452407c105da145e4eda47d00ac3d6fe1e0b2 Mon Sep 17 00:00:00 2001 From: Burke Minsley Date: Mon, 27 Nov 2023 12:06:33 -0700 Subject: [PATCH] Update plot_aseg_tempest_to_netcdf.ipynb modify how we call read_netcdf --- .../Creating_GS_Files/plot_aseg_tempest_to_netcdf.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation_source/source/examples/Creating_GS_Files/plot_aseg_tempest_to_netcdf.ipynb b/documentation_source/source/examples/Creating_GS_Files/plot_aseg_tempest_to_netcdf.ipynb index 35d3e1d..f6f8766 100644 --- a/documentation_source/source/examples/Creating_GS_Files/plot_aseg_tempest_to_netcdf.ipynb +++ b/documentation_source/source/examples/Creating_GS_Files/plot_aseg_tempest_to_netcdf.ipynb @@ -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)" ] }, { @@ -166,4 +166,4 @@ }, "nbformat": 4, "nbformat_minor": 0 -} \ No newline at end of file +}