Commit 6dc9597d authored by Willi Rath's avatar Willi Rath
Browse files

Merge branch 'patch-1' into 'master'

Only download netCDF files

See merge request !3
parents 6ec3bcd4 665ed998
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ data:
    - url: "ftp://sidads.colorado.edu/pub/DATASETS/NOAA/G02202_V3/"
      cut_dirs: 4
      prefix: data
      accept_files: "*.*"
      accept_files: "*.nc"
      method: !!python/name:data_repo_renderer.WgetRecursive

doc: