Introducing NetCDF and the CF and ACDD conventions

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024

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

  • @DJELLOULIFayçal
    @DJELLOULIFayçal 11 месяцев назад +2

    It's great with your videos I've started to understand the NetCDF files, I encourage you to put more videos and personally I'm waiting for your help.

    • @LukeDataManager
      @LukeDataManager  11 месяцев назад +1

      Thanks, I am working on a series of videos entitled something like 'NetCDF files in Python: from beginner to pro'. Should be 7-8 videos, to be released next year

  • @MsThefizzo
    @MsThefizzo 2 года назад +2

    Awesome dude! u help me a lot to understand NetCDF files. I will see all the playlist. U got a new sub.Regards from Chile

    • @LukeDataManager
      @LukeDataManager  7 месяцев назад

      Thanks! Always nice to hear that my videos are helping people.

  • @AmandaBatlle
    @AmandaBatlle Год назад +1

    Great tutorial, Thank you very much!

  • @sydneysights8697
    @sydneysights8697 Год назад +1

    Very useful !!

  • @mohsintariq168
    @mohsintariq168 6 месяцев назад +1

    amazing video

  • @asyammulayyandary9835
    @asyammulayyandary9835 6 месяцев назад

    How do I compress NetCDF files using ZStandard? Or is it only possible using ZLib?

    • @LukeDataManager
      @LukeDataManager  6 месяцев назад

      There has been some discussion on this over the past few years. github.com/Unidata/netcdf-c/issues/2173

    • @asyammulayyandary9835
      @asyammulayyandary9835 6 месяцев назад

      @@LukeDataManager thank you sir for the reference. I have read that but I can't understand anything since I am not majored in computer science or anything related that (I am majored in environmental engineering). From what I've gathered, we can compress NetCDF files using nccopy, ncks (NCO), CDO, and nccompress. I need to find a better NetCDF compression method because I have very limited resource to store 10-year worth of ERA5 data for my regional climate model. I would be thankful if you could give me some insight for that. Thank you so much.

    • @LukeDataManager
      @LukeDataManager  6 месяцев назад

      I think zstandard is possible in NetCDF. For example if you are using the netcdf4 li rary in Python you can read about different compressions in the section 'Efficient compression of netCDF variables' on this page unidata.github.io/netcdf4-python/