{ "info": { "author": "Yoann M", "author_email": "yoann.moreau@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha" ], "description": "=======\n# eraInterimDownload\nTools for downloading era Interim physical parameters on an area.\nEra Interim is a product of ECMWF and provide a full range of product which are describe in \nhttp://old.ecmwf.int/publications/library/ecpublications/_pdf/era/era_report_series/RS_1_v2.pdf\n \n

Installation

\n\nmkdir PATH/TO/INSTALL
\ncd PATH/TO/INSTALL/eraInterimDownload
\ngit clone git+git://github.com/yoannMoreau/eraInterimDownload.git
\nsudo pip install https://software.ecmwf.int/wiki/download/attachments/23694554/ecmwf-api-client-python.tgz \npython python/landsat_theia.py -help
\n\n( or you cas Use pip to install eraInterimDownload )\n\n

Overview: What can eraInterimDownload do?

\n\neraInterimDownload has a main function, allow download of parameters on a area in an automatic way\n\nFour paramaters are mandatory:

\n --Code of Parameters
\nA list of code which define parameters desired. Code reference can be found on http://old.ecmwf.int/publications/library/ecpublications/_pdf/era/era_report_series/RS_1_v2.pdf
\nCODE PARAMETERS Exemple :
\ntotal precipitation : 228 [m of water]
\n2 meters temperature : 167 [K]
\nmaximum 2m temperature since last post-processing step : 201 [K]
\nminimum 2m temperature since last post-processing step : 202 [K]
\nsurface pressure : 134 [Pa]
\n2 meters dewpoint : 168 [K]
\n10 meters eastward wind component X X 165 [m s-1]
\n10 meters northward wind component X X 166 [m s-1]\n

\n--Interval needed :
\ninit date ' AND end date '\n

\n--Area needed
\nshapefile (srs is not important because it will be reprojected in WGS84)\nOR \n--Extend in WGS84\n

\n\nEXAMPLES :
\n--temperature on a shapefile during the first to the second of january
\npython eraInterimDownload.py -c 167 -i 2014-01-01 -e 2014-01-02 -s PATH_TO_SHAPE'
\n--pressure on a area during the first month of 2015 on a specific extend
\npython eraInterimDownload.py -c 134 -i 2015-01-01 -e 2015-02-01 -E xmin,ymax,xmax,ymin'
\n

\nFive paramaters are optional:

\n--Time (default 00)'
\nThe time for starting modelisation. It could be 00h 06h,12h or 18h (selection in 00,06,12,18). \nDefault is 0. \nA list is possible for that parameter\n

\npython eraInterimDownload.py -c 168 -i 2013-11-08 -e 2013-12-09 -E xmin,ymax,xmax,ymin -t 00,06,12,18'\n

\n--Step (default 0)'
\nThe step of modeling. \nIf step 0 is chosen, then only analysed fields, which are produced for 0000, 0600, 1200 and 1800 UTC, are available.\nIf step 3, 6, 9 or 12 is selected then only forecast fields which are produced from forecasts beginning at 0000 and 1200 UTC, are available. \nSome parameters are not possible within some of the possibilities. \nCheck the documentation for more information.\ndefault is 0. \nA list is possible for that parameter\n

\npython eraInterimDownload.py -c 168 -i 2013-11-08 -e 2013-12-09 -E xmin,ymax,xmax,ymin -p 0,6'\n

\n--Grid (default 0)' \n

\nThe spacing of final raster. grid possible : 0.125/0.25/0.5/0.75/1.125/1.5/2/2.5/3\ndefault is 0.75\n

\npython eraInterimDownload.py -c 168 -i 2011-10-01 -e 2011-10-02 -E xmin,ymax,xmax,ymin -g 0,125'\n

\n--Outfile (default /home/user/eraInterim)'\n

\npython eraInterimDownload.py -c 168 -i 2011-10-01 -e 2011-10-02 -E xmin,ymax,xmax,ymin -o PATH/TO/FILE'\nAll downloaded raster are netcdf with a code_DateInit_DateEnd.nc name \n

\n--proxy (default False)\n

\nSometimes a proxy definition is needed for downloading from external network.\nWhen this option is activated, a proxy user/key/site could be defined to overpass it\n

\n

Important Notes

\n\nAll downloaded and processed images are stored by default in your home directory in eraInterim forlder: ~/eraInterim\n

\nTo Do List\n

\nImprove console output
\nAllow grid download
\nMaintain with bug error
", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/yoannMoreau/eraInterimDownload", "keywords": null, "license": "CCO", "maintainer": null, "maintainer_email": null, "name": "eraInterimDownload", "package_url": "https://pypi.org/project/eraInterimDownload/", "platform": "Posix;", "project_url": "https://pypi.org/project/eraInterimDownload/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/yoannMoreau/eraInterimDownload" }, "release_url": "https://pypi.org/project/eraInterimDownload/0.0.6/", "requires_dist": null, "requires_python": null, "summary": "A utility to download ERA INTERIM meteo data", "version": "0.0.6" }, "last_serial": 1488289, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "565528d032df21c16b5830b6c772dfb7", "sha256": "fe4d98d77dd409c90299401dd50236fde4f12db53417afacc63f655a6ad397f8" }, "downloads": -1, "filename": "eraInterimDownload-0.0.1.tar.gz", "has_sig": false, "md5_digest": "565528d032df21c16b5830b6c772dfb7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6675, "upload_time": "2015-03-25T16:11:03", "url": "https://files.pythonhosted.org/packages/b5/1c/9c2b8760ae773cda9b1989c615f67030e3a189ade226bc44832682654e18/eraInterimDownload-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "3c6edba048665cee440599511016994e", "sha256": "459c399bae04fe2236ab38b25966848e4c1c720764a648c26fc18689882ac762" }, "downloads": -1, "filename": "eraInterimDownload-0.0.2.tar.gz", "has_sig": false, "md5_digest": "3c6edba048665cee440599511016994e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8140, "upload_time": "2015-03-26T14:48:58", "url": "https://files.pythonhosted.org/packages/ce/5e/23df826b8e12ea24b9144d8529a134fb7fd95c7d2b128784e7ce9731ae2a/eraInterimDownload-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "0a0c7d1fc3e8274f20b922a399d579ab", "sha256": "e91971d27e72a8f339e1e2dd14c6562a72f33aa830c3ef0b22e00342ba4d67f3" }, "downloads": -1, "filename": "eraInterimDownload-0.0.3.tar.gz", "has_sig": false, "md5_digest": "0a0c7d1fc3e8274f20b922a399d579ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7802, "upload_time": "2015-03-26T16:09:37", "url": "https://files.pythonhosted.org/packages/a3/61/01c8da5a2295bff2145b4287829cd3a41c35704be63e2881888e143d2c49/eraInterimDownload-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "829d6c523f856e1f9e46fe4e9f60ffa1", "sha256": "b008f13da9bb3c5ea1c51a2edc22cfe3619262028449d59e93e37869f28ecc97" }, "downloads": -1, "filename": "eraInterimDownload-0.0.4.tar.gz", "has_sig": false, "md5_digest": "829d6c523f856e1f9e46fe4e9f60ffa1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7808, "upload_time": "2015-03-26T17:09:03", "url": "https://files.pythonhosted.org/packages/1d/79/e1bb1ced4dcf3b46db709097682944ec852f4ef6cb17fe7f835154e59529/eraInterimDownload-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "3300d0a977b78c3a0eeef0f28673e814", "sha256": "3f91c1929b0c50eb3a8fbad5dafd7494f37acf9593594915ce8d7bfc3f1ec79e" }, "downloads": -1, "filename": "eraInterimDownload-0.0.5.tar.gz", "has_sig": false, "md5_digest": "3300d0a977b78c3a0eeef0f28673e814", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7843, "upload_time": "2015-03-31T09:44:29", "url": "https://files.pythonhosted.org/packages/02/09/abc4a70d394d560c1c889e390db8bf16d6a95f1c558b4a4301311fb3ab2b/eraInterimDownload-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "9f444715bbfc2137da8979183a0190d6", "sha256": "303ec7c56976e950811a82d50640d8780c855942b385f9838f174763b3d88e56" }, "downloads": -1, "filename": "eraInterimDownload-0.0.6.tar.gz", "has_sig": false, "md5_digest": "9f444715bbfc2137da8979183a0190d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8649, "upload_time": "2015-04-02T15:35:05", "url": "https://files.pythonhosted.org/packages/ed/b3/d580b1939fd98ba177e4e3cd1d4b939ec2223c90522c6802d368303c0830/eraInterimDownload-0.0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9f444715bbfc2137da8979183a0190d6", "sha256": "303ec7c56976e950811a82d50640d8780c855942b385f9838f174763b3d88e56" }, "downloads": -1, "filename": "eraInterimDownload-0.0.6.tar.gz", "has_sig": false, "md5_digest": "9f444715bbfc2137da8979183a0190d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8649, "upload_time": "2015-04-02T15:35:05", "url": "https://files.pythonhosted.org/packages/ed/b3/d580b1939fd98ba177e4e3cd1d4b939ec2223c90522c6802d368303c0830/eraInterimDownload-0.0.6.tar.gz" } ] }