{ "info": { "author": "Die Gruppe 1", "author_email": "c_bron02@uni-muenster.de", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "This installation was previously tested only with Linux, but should also work under Windows. \n\n## Installation Description (PyPi) \nhttps://pypi.org/project/extractTool/ \n```bat \npip install extractTool\n``` \n\n(you can write this command in your console and follow the installation description on the webside OR you can download the file and install the CLI tool local: ) \n## Installation Description (local)\n\npip for pip install is required. \n\n**After downloading our Tool from PyPi** \nTo run our CLI tool, the following file must be executed in the project folder: \n\n```bat \npip install -r requirements.txt --user (or sudo pip install -r requirements.txt) \n```\n\nIn this file all required plugins are listed, which we use in our tool. \n\nBecause sometimes there are some problems with the installation you must follow these next steps: \nFirst, ensure you have gdal installed. I just run the following:\n```bat \nsudo apt-get install libgdal1i libgdal1-dev libgdal-dev\n```\nTo get the version that apt-get provided you please run: \n```bat\ngdal-config --version\n``` \nFor example I get 2.2.3 so my pygdal version will be 2.2.3.3. (but replace the version with your version)\n```bat\npip install pygdal==2.2.3.3\n```\nIf you get some error you may look [here](https://stackoverflow.com/questions/32066828/install-gdal-in-virtualenvwrapper-environment)\n\nNext step:\n```bat \npip install pytest \n``` \nThen you can navigate in any common console in the folder of the tool (*\"extractTool\"*) and\nthere, the following command must be executed \n\n```bat \npython extractTool.py --path='[filepath]' --detail=[bbox|convexHull] --time\n```\n for `filepath` you must insert a filepath to your testdata\n\n`--bbox` ← for the bounding box of the file/folder (set as default) \n`--convexHull` ← to get all the covexHull of the file/folder \n`--time` ← (optionally) You can add this parameter to get additionally the timeextend \n\n### some examples\n```bat\npython extractTool.py --path='/home/maxmusterman/test1.geojson' --detail=bbox --time \npython extractTool.py --path='/home/maxmusterman/test2.nc' --detail=convexHull\npython extractTool.py --path='/home/maxmusterman/testdict' --time\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/carobro/Geosoftware2", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "extractTool", "package_url": "https://pypi.org/project/extractTool/", "platform": "", "project_url": "https://pypi.org/project/extractTool/", "project_urls": { "Homepage": "https://github.com/carobro/Geosoftware2" }, "release_url": "https://pypi.org/project/extractTool/0.4.9/", "requires_dist": [ "Click (==7.0)", "db-sqlite3 (==0.0.1)", "docopt (==0.6.2)", "geojson (==2.4.1)", "numpy (==1.15.4)", "pandas (==0.23.4)", "PyGeoj (==1.0.0)", "pylint (==1.9.3)", "pyshp (==2.0.1)", "pytest (==3.3.2)", "scipy (==1.1.0)", "wrapt (==1.10.11)", "xarray (==0.11.0)", "pyproj (==1.9.5.1)", "dateparser (==0.7.0)" ], "requires_python": "", "summary": "Tool for extracting spatial and temporal extent of Geodata", "version": "0.4.9" }, "last_serial": 4758988, "releases": { "0.3.0": [ { "comment_text": "", "digests": { "md5": "cdba0e8b050f55feb12bc315d2a1e8d4", "sha256": "e5d625329c39705a91dda036ab0087d0cf7cc4f523b99fb9a611e80ec19416ca" }, "downloads": -1, "filename": "ExtractTool-0.3.0-py2-none-any.whl", "has_sig": false, "md5_digest": "cdba0e8b050f55feb12bc315d2a1e8d4", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 2893, "upload_time": "2019-01-16T11:24:37", "url": "https://files.pythonhosted.org/packages/50/60/3588d9fe8e031cca34705d2f559eeee84624b254435ac59c80b2b576d673/ExtractTool-0.3.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1828546e9ec5fca8859fb9f183ef7e0d", "sha256": "9e8aa78f5cd91620e0adf8348c87fe0ac954bea66264f1ee0af8766a5a2f0565" }, "downloads": -1, "filename": "ExtractTool-0.3.0.tar.gz", "has_sig": false, "md5_digest": "1828546e9ec5fca8859fb9f183ef7e0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1857, "upload_time": "2019-01-16T11:24:38", "url": "https://files.pythonhosted.org/packages/ce/25/078d34d30a70fead27f8d387392422b73e367554d8ed49a109987b44e14d/ExtractTool-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "778e7a5e719c4a08b3a7af3a01be4714", "sha256": "7cd05c073e61832a24a9f6dfb52628d76d10c1e595025edbeda7782e3dce4b73" }, "downloads": -1, "filename": "extractTool-0.3.1-py2-none-any.whl", "has_sig": false, "md5_digest": "778e7a5e719c4a08b3a7af3a01be4714", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 39020, "upload_time": "2019-01-16T21:42:26", "url": "https://files.pythonhosted.org/packages/56/a8/f2b47de058881655890ac3507b6cb1d208ab54594a1c33aec33d5e9d0da0/extractTool-0.3.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7c9c25b82cc73726e3e2f7baa4a20190", "sha256": "e442dafda3fb4655900eb9a96d639236e09f3c7acbab7f84deda49ec74079b04" }, "downloads": -1, "filename": "extractTool-0.3.1.tar.gz", "has_sig": false, "md5_digest": "7c9c25b82cc73726e3e2f7baa4a20190", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30059, "upload_time": "2019-01-16T21:42:29", "url": "https://files.pythonhosted.org/packages/92/98/420cf9fa4d938f8405ab9f43b8d0d84b568a5807b15193624db669665795/extractTool-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "9a311f72c60e37b77ea615578ba58208", "sha256": "476778bd05cb97d2a62d26f7472f66d0d6137f5742b9c975ab1dd5aa2189be3a" }, "downloads": -1, "filename": "extractTool-0.3.2-py2-none-any.whl", "has_sig": false, "md5_digest": "9a311f72c60e37b77ea615578ba58208", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 39024, "upload_time": "2019-01-18T22:58:05", "url": "https://files.pythonhosted.org/packages/16/a6/6c25afa06f52f143ccf45402b144d3a0065abfcbc65e795289348316e877/extractTool-0.3.2-py2-none-any.whl" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "c1c44c34bb8e3abd14659edfc44f55e3", "sha256": "7261d02d44d9e3a9aaeecbf15f7d4e6e90fdbdc01747f9ada62ba629e38482cb" }, "downloads": -1, "filename": "extractTool-0.4.1-py2-none-any.whl", "has_sig": false, "md5_digest": "c1c44c34bb8e3abd14659edfc44f55e3", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 34779, "upload_time": "2019-01-18T23:13:16", "url": "https://files.pythonhosted.org/packages/4f/15/5b0a5d543c35f28e47d4741fad2de607e775e0f0990c676081965b9d097e/extractTool-0.4.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "549e48614b550535d7b3686532ec4b25", "sha256": "f45ffde74bcb7ad081ae771679967751a1b5b122eaacf7a415586109fd8693b8" }, "downloads": -1, "filename": "extractTool-0.4.1.tar.gz", "has_sig": false, "md5_digest": "549e48614b550535d7b3686532ec4b25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27279, "upload_time": "2019-01-18T23:13:17", "url": "https://files.pythonhosted.org/packages/fa/3b/bb5b63aa57ce215d99b837f61df2a346fcc5ba50bd0f7e0eacd85e7e79ef/extractTool-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "3dfaa2e6972d7948739693554cfc2b4f", "sha256": "6c437b5ed1fca1b5df0ce1eae58a435ce2b47c731e49fec00edf58e8f1a17b49" }, "downloads": -1, "filename": "extractTool-0.4.2-py2-none-any.whl", "has_sig": false, "md5_digest": "3dfaa2e6972d7948739693554cfc2b4f", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 2883, "upload_time": "2019-01-23T09:42:47", "url": "https://files.pythonhosted.org/packages/a0/81/9dc668eaea9d907a9789e3e0eb8e230ee3c0e539a0257e72b412544b6163/extractTool-0.4.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "de5f9e79a64f8078dfdbc3a3f751a054", "sha256": "a9059a24279ce4cfed71ba2ea67138e29dc369b23aef1ce5f492b45979aa6507" }, "downloads": -1, "filename": "extractTool-0.4.2.tar.gz", "has_sig": false, "md5_digest": "de5f9e79a64f8078dfdbc3a3f751a054", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1849, "upload_time": "2019-01-23T09:42:49", "url": "https://files.pythonhosted.org/packages/59/be/8630d125c7b5a819d0002f1b0db80ecf538a86aba7a8850f21527dca47ab/extractTool-0.4.2.tar.gz" } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "742fa6f9fa5fc4cb3b7f83ebba49f1e1", "sha256": "515a9806333e9b8e197b49061efcd5e2cf4bd28e5dea502c202b2901b9915a9c" }, "downloads": -1, "filename": "extractTool-0.4.4-py2-none-any.whl", "has_sig": false, "md5_digest": "742fa6f9fa5fc4cb3b7f83ebba49f1e1", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 38423, "upload_time": "2019-01-23T10:55:23", "url": "https://files.pythonhosted.org/packages/e0/34/b204c8c1a34fa8c36687f79041c05ab6ab1fad91a58728b893a88f881487/extractTool-0.4.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "23d3ce5b31b3bdf8b06bf5778e7560ca", "sha256": "799463f48382fe22bfc3d29dc5b62b8f43592f87f5c3f710f284d4b3affcacbf" }, "downloads": -1, "filename": "extractTool-0.4.4.tar.gz", "has_sig": false, "md5_digest": "23d3ce5b31b3bdf8b06bf5778e7560ca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29474, "upload_time": "2019-01-23T10:55:25", "url": "https://files.pythonhosted.org/packages/ac/f1/6445a464b133f16d835b97e69c825518d34abed1c2383de79d76948c4fdd/extractTool-0.4.4.tar.gz" } ], "0.4.5": [ { "comment_text": "", "digests": { "md5": "a7283af4552a55746d2b926ff500669a", "sha256": "d6ba06328a837c5569809ec77b181713392f02fb9374a188f28b57344afaf573" }, "downloads": -1, "filename": "extractTool-0.4.5-py2-none-any.whl", "has_sig": false, "md5_digest": "a7283af4552a55746d2b926ff500669a", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 35167, "upload_time": "2019-01-24T16:02:53", "url": "https://files.pythonhosted.org/packages/4f/4f/0590b06460e8fcc231130eaf7a73ac45b982f214eb95cda1a7099fed46d8/extractTool-0.4.5-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1927e1fd8699e40e2f6bf6447027fabc", "sha256": "6f40067ef53c4d504bee6d17a36d13860b403c12dfdfa5d320d2927792a7d3b2" }, "downloads": -1, "filename": "extractTool-0.4.5.tar.gz", "has_sig": false, "md5_digest": "1927e1fd8699e40e2f6bf6447027fabc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27329, "upload_time": "2019-01-24T16:02:55", "url": "https://files.pythonhosted.org/packages/02/fa/dcd54bd25d44135379130a9ba1c36796eda2a9acfd21edac499f197021cc/extractTool-0.4.5.tar.gz" } ], "0.4.6": [ { "comment_text": "", "digests": { "md5": "5aae4f837920ab1974562ccff68641a8", "sha256": "e390f413e4c051d0aa43dbfccc70a33b56be5dd9f85a13947fae7a1f8af3b225" }, "downloads": -1, "filename": "extractTool-0.4.6-py3-none-any.whl", "has_sig": false, "md5_digest": "5aae4f837920ab1974562ccff68641a8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 39442, "upload_time": "2019-01-28T13:04:54", "url": "https://files.pythonhosted.org/packages/76/8a/a5a43ac30bf63ded1dfd03519169afc3b29b2edd15f0b267e2f0fe6c338d/extractTool-0.4.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0dd50e414595bf7651821e4a598b3c02", "sha256": "147f01d60cfd98e6b7089b02e2d9f7283c6fa948923b5a781b2b63d68878c456" }, "downloads": -1, "filename": "extractTool-0.4.6.tar.gz", "has_sig": false, "md5_digest": "0dd50e414595bf7651821e4a598b3c02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30289, "upload_time": "2019-01-28T13:04:56", "url": "https://files.pythonhosted.org/packages/9e/d7/db53f8dfdbfb07e707023ed414280ff34d390f3841d7765cf570bc1ba7df/extractTool-0.4.6.tar.gz" } ], "0.4.7": [ { "comment_text": "", "digests": { "md5": "5e0a8b97792a3701b549dd415717698b", "sha256": "faebb550383c4f0ee237cd5b7cc3cb8dce1cfd76cd36ede22bc61e01340af947" }, "downloads": -1, "filename": "extractTool-0.4.7-py3-none-any.whl", "has_sig": false, "md5_digest": "5e0a8b97792a3701b549dd415717698b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 39310, "upload_time": "2019-01-29T10:26:57", "url": "https://files.pythonhosted.org/packages/ff/72/cb5e60a5b77848753a128c65649eabb29cd43eff2eaa72d9dd9a9cd4eaa8/extractTool-0.4.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "288b9622b6e9f4778affabbf52bd5fb5", "sha256": "6882476d580402fe1a22f343c2b5dcbf8add8600637d221b38084d2e3641bfd9" }, "downloads": -1, "filename": "extractTool-0.4.7.tar.gz", "has_sig": false, "md5_digest": "288b9622b6e9f4778affabbf52bd5fb5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29987, "upload_time": "2019-01-29T10:26:59", "url": "https://files.pythonhosted.org/packages/74/ad/7eb1b29725b93818a9292e57b775da1515fd79fc7ff9b8590361e51421f5/extractTool-0.4.7.tar.gz" } ], "0.4.8": [ { "comment_text": "", "digests": { "md5": "c5e9d0ba8a77cac635a8a0f76b5cf2cf", "sha256": "132cd3d8b775c9c78b281d0521184394bfd241b22b9c74540ca14ecfeecba175" }, "downloads": -1, "filename": "extractTool-0.4.8-py3-none-any.whl", "has_sig": false, "md5_digest": "c5e9d0ba8a77cac635a8a0f76b5cf2cf", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 36624, "upload_time": "2019-01-29T12:42:03", "url": "https://files.pythonhosted.org/packages/7d/b1/4f3eb13559a29ecd8caec5d89a8b0b9355068ca3bd7f84bf9fe78c1179f4/extractTool-0.4.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "21ff4687a7cbc2a4b73a8c69192f8679", "sha256": "c240065e6af8e243523963b6e067a104ee88e503f1e34825f5a0c9ebd0d1d9c7" }, "downloads": -1, "filename": "extractTool-0.4.8.tar.gz", "has_sig": false, "md5_digest": "21ff4687a7cbc2a4b73a8c69192f8679", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27502, "upload_time": "2019-01-29T12:42:05", "url": "https://files.pythonhosted.org/packages/cb/53/d3c458479ae31d6fd97652c68db593d40945c1cac18450f7824e9689bb83/extractTool-0.4.8.tar.gz" } ], "0.4.9": [ { "comment_text": "", "digests": { "md5": "8a9139d050a5b74a8bdac30ad5cded56", "sha256": "5d88aee43a8f13e72631ad0c097457c1b01b4735ae9a52369eb5ae83bd9449dc" }, "downloads": -1, "filename": "extractTool-0.4.9-py3-none-any.whl", "has_sig": false, "md5_digest": "8a9139d050a5b74a8bdac30ad5cded56", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 44613, "upload_time": "2019-01-30T10:05:04", "url": "https://files.pythonhosted.org/packages/18/de/97b9232d76009e21125a07c9611abc59265afe5a61063dc0d32ace8e9e13/extractTool-0.4.9-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7e363f9efc2d2efa6ff62682552d5bfb", "sha256": "e2efc33b4f7b0007686058c80766d7f6937365bb360b5dd1f8cfa41ade3a1020" }, "downloads": -1, "filename": "extractTool-0.4.9.tar.gz", "has_sig": false, "md5_digest": "7e363f9efc2d2efa6ff62682552d5bfb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34720, "upload_time": "2019-01-30T10:05:06", "url": "https://files.pythonhosted.org/packages/8f/c1/236d063ce212fa6f5af3c0c59097df5dd6cb85d0f18d42ad3d6947363fbd/extractTool-0.4.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8a9139d050a5b74a8bdac30ad5cded56", "sha256": "5d88aee43a8f13e72631ad0c097457c1b01b4735ae9a52369eb5ae83bd9449dc" }, "downloads": -1, "filename": "extractTool-0.4.9-py3-none-any.whl", "has_sig": false, "md5_digest": "8a9139d050a5b74a8bdac30ad5cded56", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 44613, "upload_time": "2019-01-30T10:05:04", "url": "https://files.pythonhosted.org/packages/18/de/97b9232d76009e21125a07c9611abc59265afe5a61063dc0d32ace8e9e13/extractTool-0.4.9-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7e363f9efc2d2efa6ff62682552d5bfb", "sha256": "e2efc33b4f7b0007686058c80766d7f6937365bb360b5dd1f8cfa41ade3a1020" }, "downloads": -1, "filename": "extractTool-0.4.9.tar.gz", "has_sig": false, "md5_digest": "7e363f9efc2d2efa6ff62682552d5bfb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34720, "upload_time": "2019-01-30T10:05:06", "url": "https://files.pythonhosted.org/packages/8f/c1/236d063ce212fa6f5af3c0c59097df5dd6cb85d0f18d42ad3d6947363fbd/extractTool-0.4.9.tar.gz" } ] }