-
Notifications
You must be signed in to change notification settings - Fork 5
WAFHowto
Tom Kralidis edited this page May 20, 2018
·
12 revisions
The WOUDC archive is made available via Web Accessible Folder (WAF). WAF provides a web-based access mechanism to download raw files using your web browser or tools.
The entire archive of contributed data files in Extended CSV format is made available at https://woudc.org/archive for users to browse, download or integrate into their workflows.
All data and metadata are subject to the WOUDC data policy.
Below are examples of working with the WAF using wget:
# download entire archive
wget --timestamping --recursive --no-parent --reject "index.html*" https://woudc.org/archive/Archive-NewFormat/
# download only Lidar data
wget --timestamping --recursive --no-parent --reject "index.html*" https://woudc.org/archive/Archive-NewFormat/Lidar_1.0_1/
# download all OzoneSonde data from a specific station
wget --timestamping --recursive --no-parent --reject "index.html*" https://woudc.org/archive/Archive-NewFormat/OzoneSonde_1.0_1/shp440/
# mirroring mode
wget --timestamping --recursive --no-parent --reject "index.html*" --mirror https://woudc.org/archive/Archive-NewFormat
# mirroring mode, strip root directory (prevent woudc.org directory creation)
wget --timestamping --recursive --no-parent --reject "index.html*" --mirror -nH https://woudc.org/archive/Archive-NewFormat
-
Connection refused
errors: Check with your networking / server administrator as you may be behind a proxy. Check forhttp_proxy
environment variables and set/unset/update
Below are examples of working with the WAF using HTTrack on Windows:
(tested with WinHTTrack 3.48-21)
- run
Start / All Programs / WinHTTrack / WinHTTrack Website Copier
- Enter a project name under
New project name
(e.g.woudc-waf-mirror
) - enter/update where the WAF will be copied to on your local computer (
Base path
, default isC:\My Web Sites
) - click
Next
- For initial mirroring, under
Action
, chooseDownload web site(s)
- under
Web Addresses: (URL)
, enterhttps://woudc.org/archive/Archive-NewFormat
- click
Next
- click
Finish
- WinHTTrack will begin downloading the WAF until completion
- when the mirror is complete, click
Browse Mirrored Website
to navigate to your mirror - click
Finish
orExit
- run
Start / All Programs / WinHTTrack / WinHTTrack Website Copier
- Choose the previously entered project name under
Existing project name
(e.g.woudc-waf-mirror
) - click
Next
- by default the
Action
select list will be set to* Update existing download
- click
Next
- click
Finished