Download_water_data

Downloader for the Global Surface Water Data of the Copernicus Programme
Alternatives To Download_water_data
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Imagenet Datasets Downloader352
2 years ago16Python
ImageNet dataset downloader. Creates a custom dataset by specifying the required number of classes and images in a class.
Musescore Dataset217
10 months ago2
The dataset of all music sheets and users on musescore.com (unmaintained/discontinued since Sep 30, 2021)
Aesthetics121
4 years ago4April 12, 20173apache-2.0Python
Image Aesthetics Toolkit - includes Fisher Vector implementation, AVA (Image Aesthetic Visual Analysis) dataset and fast multi-threaded downloader
Google Ngram Downloader87
52 years ago8August 23, 201612otherPython
Dataloaders76
4 years ago1Python
Pytorch and TensorFlow data loaders for several audio datasets
Hvu Dataset51
3 years ago
The Holistic Video Understanding Dataset
Download_water_data30
5 months ago5June 30, 2020mitPython
Downloader for the Global Surface Water Data of the Copernicus Programme
Tse Client3012 months ago136October 03, 2023mitJavaScript
A client for fetching stock data from the Tehran Stock Exchange (TSETMC). Works in Browser, Node and as CLI.
Open Images Downloader29
5 years ago1mitPython
Download specific objects from Open-Images Dataset
Mini Hvu28
4 years ago2mit
The Holistic Video Understanding Mini Dataset
Alternatives To Download_water_data
Select To Compare


Alternative Project Comparisons
Readme

Download Water Data

Downloader for the Global Surface Water data of the Copernicus Programme.

It is based on the original downloadWaterData.py.

Requirements

This tool runs on Windows/Mac/Unix and requires Python version 2 or 3.

Usage

Install with pip

  • Install the tool with python -m pip install download_water_data
  • Run the tool with python -m download_water_data <arguments> or just download_water_data <arguments> if the Python Scripts directory is in your system PATH

Download without installing

  • Download the latest download_water_data.pyz file
  • Open a terminal or console
  • Run the tool with python download_water_data.pyz <arguments>

To interrupt tool execution press Ctrl+C.

Arguments

Possible tool arguments and options can be listed with the -h option:

$ download_water_data -h

usage: download_water_data [-h] [-v] [-d PATH] [-r {1_0,1_1,1_1_2019,1_3_2020,1_4_2021}] [-a] [-f] [DS ...]

Full Download Script for Global Surface Water Data.

positional arguments:
  DS                    one or more datasets names to download (occurrence,
                        change, seasonality, recurrence, transitions, extent),
                        use the "-a" option to download all the datasets

options:
  -h, --help            show this help message and exit
  -v, --version         show program's version number and exit
  -d PATH, --directory PATH
                        destination directory where to download the data (by
                        default the current working directory is used)
  -r {1_0,1_1,1_1_2019,1_3_2020,1_4_2021}, --revision {1_0,1_1,1_1_2019,1_3_2020,1_4_2021}
                        data revision (default is 1_4_2021)
  -a, --all             download all datasets (default is false)
  -f, --force           rewrite existing files (default is false)

Examples

To download the occurrence and change datasets run

download_water_data occurrence change

To download all the datasets run

download_water_data -a

To change the destination directory add the -d option

download_water_data -a -d 'download/path'

Popular Downloader Projects
Popular Dataset Projects
Popular Networking Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Dataset
Downloader