Skip to content

Commit

Permalink
small fixes in the demo config file
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed Sep 30, 2020
1 parent 8568499 commit d14d6ef
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions geospaas_harvesting/harvest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
# excludes: ['ease', '_sh_polstere',]
# max_db_threads: 1
# urls:
# # - 'https://thredds.met.no/thredds/catalog/osisaf/met.no/ice/amsr2_conc/catalog.html'
# # - 'https://thredds.met.no/thredds/catalog/osisaf/met.no/ice/conc/catalog.html'
# - 'https://thredds.met.no/thredds/catalog/osisaf/met.no/ice/amsr2_conc/catalog.html'
# - 'https://thredds.met.no/thredds/catalog/osisaf/met.no/ice/conc/catalog.html'
# podaac:
# class: 'PODAACHarvester'
# max_fetcher_threads: 30
# max_db_threads: 1
# urls:
# #- 'https://opendap.jpl.nasa.gov/opendap/allData/ghrsst/data/GDS2/L2P/VIIRS_NPP/NAVO/v1/2014/005/contents.html'
# #- 'https://opendap.jpl.nasa.gov/opendap/allData/ghrsst/data/GDS2/L2P/VIIRS_N20/'
# #- 'https://opendap.jpl.nasa.gov/opendap/allData/ghrsst/data/GDS2/L2P/VIIRS_NPP/'
# - 'https://opendap.jpl.nasa.gov/opendap/allData/ghrsst/data/GDS2/L2P/VIIRS_NPP/NAVO/v1/2014/005/contents.html'
# - 'https://opendap.jpl.nasa.gov/opendap/allData/ghrsst/data/GDS2/L2P/VIIRS_N20/'
# - 'https://opendap.jpl.nasa.gov/opendap/allData/ghrsst/data/GDS2/L2P/VIIRS_NPP/'
# - 'https://opendap.jpl.nasa.gov/opendap/allData/ghrsst/data/GDS2/L2P/MODIS_A/'
# copernicus_sentinel:
# class: 'CopernicusSentinelHarvester'
Expand All @@ -32,13 +32,13 @@
# - 'platformname:Sentinel-3 AND NOT L0'
# username: 'username'
# # Environment variable name
# password: 'COPERNICUS_OPEN_HUB_PASSWORD' #'COPERNICUS_OPEN_HUB_PASSWORD' is an env. variable
# password: !ENV 'COPERNICUS_OPEN_HUB_PASSWORD'
# FTP_jaxa:
# class: 'FTPHarvester'
# max_fetcher_threads: 30
# max_db_threads: 1
# username: username
# password: JAXA_PASSWORD # 'JAXA_PASSWORD' is an environmental variable
# password: !ENV 'JAXA_PASSWORD'
# fileformat: '.h5'
# urls:
# - 'ftp://ftp.gportal.jaxa.jp/standard/GCOM-W/GCOM-W.AMSR2/L3.SST_25/3/2012/07/'
Expand Down

0 comments on commit d14d6ef

Please sign in to comment.