Introducing NetCDF and the CF and ACDD conventions

Поділитися
Вставка
  • Опубліковано 11 гру 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 7 місяців тому +1

    amazing video

  • @asyammulayyandary9835
    @asyammulayyandary9835 7 місяців тому

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

    • @LukeDataManager
      @LukeDataManager  7 місяців тому

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

    • @asyammulayyandary9835
      @asyammulayyandary9835 7 місяців тому

      @@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  7 місяців тому

      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/