{"id":13948546,"url":"https://github.com/mentaljam/download_water_data","last_synced_at":"2025-06-30T14:11:09.626Z","repository":{"id":57423818,"uuid":"115210004","full_name":"mentaljam/download_water_data","owner":"mentaljam","description":"Downloader for the Global Surface Water Data of the Copernicus Programme","archived":false,"fork":false,"pushed_at":"2023-07-12T06:44:40.000Z","size":19,"stargazers_count":49,"open_issues_count":0,"forks_count":16,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-10T10:06:13.373Z","etag":null,"topics":["copernicus","download","global","surface","water"],"latest_commit_sha":null,"homepage":"https://pypi.python.org/pypi/download-water-data","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mentaljam.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-12-23T17:06:07.000Z","updated_at":"2025-06-07T03:00:48.000Z","dependencies_parsed_at":"2022-08-30T03:50:56.128Z","dependency_job_id":"bcfe454b-b2ec-4da0-a3c1-d09aadf25965","html_url":"https://github.com/mentaljam/download_water_data","commit_stats":{"total_commits":26,"total_committers":1,"mean_commits":26.0,"dds":0.0,"last_synced_commit":"4d28b547a20ef5d6b5bce229e568aeba0d5af12a"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/mentaljam/download_water_data","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mentaljam%2Fdownload_water_data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mentaljam%2Fdownload_water_data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mentaljam%2Fdownload_water_data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mentaljam%2Fdownload_water_data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mentaljam","download_url":"https://codeload.github.com/mentaljam/download_water_data/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mentaljam%2Fdownload_water_data/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259812939,"owners_count":22915188,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["copernicus","download","global","surface","water"],"created_at":"2024-08-08T05:01:24.685Z","updated_at":"2025-06-30T14:11:09.603Z","avatar_url":"https://github.com/mentaljam.png","language":"Python","funding_links":[],"categories":["Hydrosphere"],"sub_categories":["Freshwater and Hydrology"],"readme":"Download Water Data\r\n===================\r\n\r\nDownloader for the `Global Surface Water`_ data of the Copernicus Programme.\r\n\r\nIt is based on the original downloadWaterData.py.\r\n\r\n.. image:: https://img.shields.io/pypi/pyversions/download_water_data.svg\r\n    :target: https://pypi.python.org/pypi/download-water-data\r\n\r\n.. image:: https://img.shields.io/pypi/v/download-water-data.svg\r\n    :target: https://pypi.python.org/pypi/download-water-data\r\n\r\n.. image:: https://img.shields.io/github/issues/mentaljam/download_water_data.svg\r\n    :target: https://github.com/mentaljam/download_water_data/issues\r\n\r\nRequirements\r\n------------\r\n\r\nThis tool runs on Windows/Mac/Unix and requires `Python`_ version 2 or 3.\r\n\r\nUsage\r\n-----\r\n\r\n**Install with** `pip`_\r\n\r\n- Install the tool with ``python -m pip install download_water_data``\r\n- Run the tool with ``python -m download_water_data \u003carguments\u003e`` or just\r\n  ``download_water_data \u003carguments\u003e`` if the Python Scripts directory is in your system ``PATH``\r\n\r\n**Download without installing**\r\n\r\n-  Download the `latest`_ ``download_water_data.pyz`` file\r\n-  Open a terminal or console\r\n-  Run the tool with ``python download_water_data.pyz \u003carguments\u003e``\r\n\r\nTo **interrupt** tool execution press ``Ctrl+C``.\r\n\r\nArguments\r\n---------\r\n\r\nPossible tool arguments and options can be listed with the ``-h`` option:\r\n\r\n::\r\n\r\n    $ download_water_data -h\r\n\r\n    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 ...]\r\n\r\n    Full Download Script for Global Surface Water Data.\r\n\r\n    positional arguments:\r\n      DS                    one or more datasets names to download (occurrence,\r\n                            change, seasonality, recurrence, transitions, extent),\r\n                            use the \"-a\" option to download all the datasets\r\n\r\n    options:\r\n      -h, --help            show this help message and exit\r\n      -v, --version         show program's version number and exit\r\n      -d PATH, --directory PATH\r\n                            destination directory where to download the data (by\r\n                            default the current working directory is used)\r\n      -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}\r\n                            data revision (default is 1_4_2021)\r\n      -a, --all             download all datasets (default is false)\r\n      -f, --force           rewrite existing files (default is false)\r\n\r\nExamples\r\n--------\r\n\r\nTo download the **occurrence** and **change** datasets run\r\n\r\n``download_water_data occurrence change``\r\n\r\nTo download all the datasets run\r\n\r\n``download_water_data -a``\r\n\r\nTo change the destination directory add the ``-d`` option\r\n\r\n``download_water_data -a -d 'download/path'``\r\n\r\n.. _Global Surface Water: https://global-surface-water.appspot.com\r\n.. _Python: https://www.python.org\r\n.. _pip: https://pip.pypa.io/en/stable\r\n.. _latest: https://github.com/mentaljam/download_water_data/releases/latest\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmentaljam%2Fdownload_water_data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmentaljam%2Fdownload_water_data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmentaljam%2Fdownload_water_data/lists"}