Это видео недоступно.
Сожалеем об этом.

Multi-Dimensional NetCDF file handling using MATLAB 2022a----Extract with Shape file

Поделиться
HTML-код
  • Опубликовано: 22 июл 2022
  • This tutorial will help to extract variables from netCDF files using MATLAB. You can also learn how to extract variable information for a required region using the SHAPE file.

Комментарии • 11

  • @gauravmishra5351
    @gauravmishra5351 Год назад

    I really appreciate the in detail handling of Netcdf files. Kudos!!

  • @parthasarathibhuniya1205
    @parthasarathibhuniya1205 2 года назад +1

    Thank you so much. If possible please try to make a video on multiple netCDF files.

  • @victorcasado5413
    @victorcasado5413 Год назад

    Thanks a lot for this video, it's just what I needed.

  • @user-wf3rj2fl6c
    @user-wf3rj2fl6c 10 месяцев назад

    Thank you for the video. If possible, please share the link of your github profile.

  • @kekusmile1
    @kekusmile1 9 месяцев назад

    Thanks for nice video. I have query related to time variable, if it is given as "seconds since"

  • @u.jayaprakashraju3218
    @u.jayaprakashraju3218 Год назад

    Thanks a lot can you make a vedio on vertical slicing i.e altitude vs parameter temperature in multi dimensional netCDF datasets

  • @sunilbadyal4415
    @sunilbadyal4415 Год назад

    great video. However, you have used only a single nc file. In case of multiples file how we should proceed with this code? could you help me with this?

    • @the_Storysmith_
      @the_Storysmith_  Год назад

      Simply export the nc file to .mat file and combine the files

    • @sunilbadyal4415
      @sunilbadyal4415 Год назад

      @@the_Storysmith_ I'm trying using loop for reading the all nc files. But it is not working and giving error. It also showed a error that error in reading latitude. Could you help me with this?

    • @tsehayenegash8394
      @tsehayenegash8394 Год назад

      @@the_Storysmith_ I have a huge data with its extension.nc file. In a single day it contains 5965 files how can I export all this file into .mat? If you know please help me