Merge multiple NetCDF files into a single file | Python

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

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

  • @user-zs8wl1ut2t
    @user-zs8wl1ut2t 10 дней назад

    Ty m8! Sadly during the join step the values got messed up and now i have to different types of values for missing data. Do you know a way around that?

    • @geografif
      @geografif  10 дней назад +1

      Hi, did you make sure each netcdf file has the same extent?

    • @user-zs8wl1ut2t
      @user-zs8wl1ut2t 10 дней назад

      @@geografif I did not I assuemd they are. How would you Check this and sollen the issue?

    • @geografif
      @geografif  10 дней назад

      @@user-zs8wl1ut2t you can check this resource: opensourceoptions.com/netcdf-with-python-netcdf4-metadata-dimensions-and-variables/ to explore your netcdf data first before doing further step e.g. merging.

  • @bextla3737
    @bextla3737 Месяц назад

    Hi, thanks for video.
    l got error with ValueError: Coordinate variable source_files is neither monotonically increasing nor monotonically decreasing on all datasets

    • @geografif
      @geografif  Месяц назад

      Which snippet gave you the error?

    • @bextla3737
      @bextla3737 Месяц назад

      @@geografif Hi, l solved problem. It was path error

    • @geografif
      @geografif  Месяц назад

      @@bextla3737 nice 😀

  • @sitiaminahanshah9835
    @sitiaminahanshah9835 4 месяца назад

    Thank you for your video. However, I got an error at step nc_join.

    • @geografif
      @geografif  4 месяца назад

      Hi. What error warning did you get?