All Projects → mentaljam → download_water_data

mentaljam / download_water_data

Licence: MIT license
Downloader for the Global Surface Water Data of the Copernicus Programme

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to download water data

oggm
Open Global Glacier Model
Stars: ✭ 167 (+568%)
Mutual labels:  global
download
Dateidownloads von Files aus dem Medienpool über PHP oder X-SendFile
Stars: ✭ 30 (+20%)
Mutual labels:  download
NovelScraper
Download manager & library for translated light novels.
Stars: ✭ 70 (+180%)
Mutual labels:  download
torrent-webseed-creator
Webseeded torrent creator using GitHub Actions
Stars: ✭ 54 (+116%)
Mutual labels:  download
gogtags
GNU global compatible source code tagging for golang
Stars: ✭ 42 (+68%)
Mutual labels:  global
crunchyroll-dl
A fast, modern, and beautiful Crunchyroll downloader.
Stars: ✭ 111 (+344%)
Mutual labels:  download
IMDb-Scout-Mod
Auto search for movie/series on torrent, usenet, ddl, subtitles, streaming, predb and other sites. Adds links to IMDb pages from hundreds various sites. Adds movies/series to Radarr/Sonarr. Adds external ratings from Metacritic, Rotten Tomatoes, Letterboxd, Douban, Allocine. Media Server indicators for Plex, Jellyfin, Emby. Dark theme/style for …
Stars: ✭ 177 (+608%)
Mutual labels:  download
nrk api
API to interact with NRK, also includes a cli.
Stars: ✭ 22 (-12%)
Mutual labels:  download
Floatplane-Downloader
Project for automatically organizing and downloading Floatplane videos for plex.
Stars: ✭ 94 (+276%)
Mutual labels:  download
pydov
Python package to retrieve data from Databank Ondergrond Vlaanderen (DOV)
Stars: ✭ 29 (+16%)
Mutual labels:  water
fansly
Simply scrape / download all the media from an fansly account
Stars: ✭ 351 (+1304%)
Mutual labels:  download
Google-Images-Search
[PYTHON] Search for image using Google Custom Search API and resize & crop afterwards
Stars: ✭ 121 (+384%)
Mutual labels:  download
react-native-simple-download-manager
A react native module to schedule downloads on native download manager
Stars: ✭ 35 (+40%)
Mutual labels:  download
ml flood
Machine learning to predict floods
Stars: ✭ 50 (+100%)
Mutual labels:  copernicus
Procedural-Terrain-Generator-OpenGL
Procedural terrain generator with tessellation | C++ OpenGL 4.1
Stars: ✭ 98 (+292%)
Mutual labels:  water
fbdl
📥 Download publicly shared videos from Facebook with an ease!
Stars: ✭ 29 (+16%)
Mutual labels:  download
Spotifarr
Spotifarr
Stars: ✭ 35 (+40%)
Mutual labels:  download
fastdownload
Easily download, verify, and extract archives
Stars: ✭ 35 (+40%)
Mutual labels:  download
gamesearch
A Simple Search Engine to help you find FREE Download Links to your Favourite Games
Stars: ✭ 30 (+20%)
Mutual labels:  download
Unity3D-Coding-Examples
Various case-studies in Unity3D
Stars: ✭ 91 (+264%)
Mutual labels:  surface

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.py [-h] [-v] [-d PATH] [-a] [DS [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

optional arguments:
  -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}, --revision {1_0,1_1,1_1_2019,1_3_2020}
                        data revision (default is 1_3_2020)
  -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'

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].