{ "info": { "author": "Jimut Bahan Pal", "author_email": "jimutbahanpal@yahoo.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# jimutmap \n[![DOI](https://zenodo.org/badge/169246557.svg)](https://zenodo.org/badge/latestdoi/169246557)\n[![PyPI version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=py&type=6&v=1.2.4)](https://pypi.org/project/jimutmap/)\n![Contribute](https://img.shields.io/badge/-contribute-0a0a0a.svg?style=flat&colorA=0a0a0a)\n[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) \n![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)\n![Open Source Love png1](https://badges.frapsoft.com/os/v1/open-source.png?v=103)\n\n\n#### Purpose \n\nThis manually brute forces [apple-map](https://satellites.pro/#32.916485,62.578125,4). It Then scraps all the tiles as given by the \nparameters provided by the user.\n\n#### YouTube video : \nIf you are confused with the documentation, please see this video, to see the scraping in action [Apple Maps API to get enormous amount of satellite data for free using Python3](https://www.youtube.com/watch?v=voH0qhGXfsU).\n\n#### Installation\n\n```\nsudo pip install jimutmap\n```\n\n#### Pypi\n* [jimutmap](https://pypi.org/project/jimutmap/)\n\n#### Works in Colab too!\n\n[colab-notebook](maps_scraper.ipynb)\n\n\n#### Image\n\n
\n\"img\n
\n\n\nNote :\n\nThe api acess-key (which can be found out by selecting one tile from Apple Map, through chrome/firefox by going Developer->Network and then it is this part of the link &accessKey...dark) is valid for a period of 10-15 mins. You need to manually go to [apple-map](https://satellites.pro/#32.916485,62.578125,4), get the API access key by pressing ctrl+shift+E and going to the network area. I tried to reverse engineer this thing\nbut couldn't. First part of the key is time in sec from 1970, but other part is some output of complex function which needs time\nto decipher. If anyone finds it, let me know, I'll add you to the contributor's section and may make this API fully automatic.\n\n\n#### Need for hacking and scraping satellite data\n\nWell it's good (best in the world) satellite images, we just need to give the coordinates (Lat,Lon, and zoom) to get your dataset\nof high resolution satellite images! Create your own dataset and apply ML algorithms :')\n\n#### Some of the example images downloaded :\n\n| | | |\n|:-------------------------:|:-------------------------:|:-------------------------:|\n|\"screen | \"screen|\"screen|\n|\"screen | \"screen|\"screen|\n|\"screen | \"screen|\"screen|\n\n\nThe scraping API is present, call it and download it.\n```python\n>>from jimutmap import api\n>>a=api('&api-access-key',min_lat_deg,max_lat_deg,min_lon_deg,max_lon_deg,zoom=19,verbose=False,threads_=110)\n\n# Change the access key here\n# give the (min_lat,max_lat,min_lon,max_lon,access_key) in this function\n# note the access key is manually changed all the time here!\n\n>>a.download_images()\n\n100%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588 | 1000/10000000 [00:02<00:00, 3913.19it/s\n\n```\n\n#### Perks \n\nWell I'm not that bad. This is done through parallel proccessing, so this will take all the thread in your CPU, change the \ncode to your own requirements! This is done so that you could download about **40K** images in **30 mins!** (That's fuckin fast!!!)\n\nDo this :\n\n```\n$ mv *.jpeg satellite_data\n```\n\nPlease move this data after every fetch request done! Else you won't get the updated information (tiles) of satellite data after\nthat tile. It is calculated automatically so that all the progress remains saved!\n\n#### Note\nThis also uses multithreading, which may overload your computer, so set the parameters in the API, minimise the pool else your PC may hang! \n\nAuthor:\n* [Jimut Bahan Pal](https://jimut123.github.io/)\n\n\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/Jimut123/jimutmap", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "jimutmap", "package_url": "https://pypi.org/project/jimutmap/", "platform": "", "project_url": "https://pypi.org/project/jimutmap/", "project_urls": { "Homepage": "https://github.com/Jimut123/jimutmap" }, "release_url": "https://pypi.org/project/jimutmap/1.2.5/", "requires_dist": [ "wget", "bs4", "numpy", "tqdm" ], "requires_python": "", "summary": "To get enormous amount of Apple Maps tile with ease", "version": "1.2.5" }, "last_serial": 5563629, "releases": { "1.2.4": [ { "comment_text": "", "digests": { "md5": "948285c1ca691587036966d6ed2a679b", "sha256": "374c1829665123eeb474552ab33b07fb5a145fd5cbc70b0b2cc026a748c99aae" }, "downloads": -1, "filename": "jimutmap-1.2.4-py3-none-any.whl", "has_sig": false, "md5_digest": "948285c1ca691587036966d6ed2a679b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17454, "upload_time": "2019-05-04T12:05:10", "url": "https://files.pythonhosted.org/packages/5f/46/d844e45c53b0105b88c9f2f1280144e15c8b4bfc841fb7fafb69279f2e21/jimutmap-1.2.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "119a040eae6bcffecfabc46edc3587f8", "sha256": "af87cf7f88c7ca2c94faa16df9f54ac162a6b2c847c9da683f0e13ae053368a5" }, "downloads": -1, "filename": "jimutmap-1.2.4.tar.gz", "has_sig": false, "md5_digest": "119a040eae6bcffecfabc46edc3587f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4802, "upload_time": "2019-05-04T12:05:12", "url": "https://files.pythonhosted.org/packages/b3/ca/5b1dbe6784cd502b58f53e91993da107a10368b4a8ad7106d67df7308e04/jimutmap-1.2.4.tar.gz" } ], "1.2.5": [ { "comment_text": "", "digests": { "md5": "eba4a440713be1a7a1a6048db14dfc91", "sha256": "0d920fec75ff07f8ca7444949415fa432dd7b65d92db8b8e9b1be297c43b0dbc" }, "downloads": -1, "filename": "jimutmap-1.2.5-py3-none-any.whl", "has_sig": false, "md5_digest": "eba4a440713be1a7a1a6048db14dfc91", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17769, "upload_time": "2019-07-21T14:48:11", "url": "https://files.pythonhosted.org/packages/c3/98/c9b9173e235d6e388209c79fecfae29903079763890bac36d4f06b08e121/jimutmap-1.2.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "147440e1c1fa2b0273897cfdbb5d70cf", "sha256": "c7f8d90c0159785f1aef613ff5fefa786ff6f179e0dca4efb98fa32bdac12f2a" }, "downloads": -1, "filename": "jimutmap-1.2.5.tar.gz", "has_sig": false, "md5_digest": "147440e1c1fa2b0273897cfdbb5d70cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5144, "upload_time": "2019-07-21T14:48:12", "url": "https://files.pythonhosted.org/packages/2b/f0/3a24c1fb9d4ecb381d50e56de02a94bc63558e0c2a7874fd1d508df93af4/jimutmap-1.2.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "eba4a440713be1a7a1a6048db14dfc91", "sha256": "0d920fec75ff07f8ca7444949415fa432dd7b65d92db8b8e9b1be297c43b0dbc" }, "downloads": -1, "filename": "jimutmap-1.2.5-py3-none-any.whl", "has_sig": false, "md5_digest": "eba4a440713be1a7a1a6048db14dfc91", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17769, "upload_time": "2019-07-21T14:48:11", "url": "https://files.pythonhosted.org/packages/c3/98/c9b9173e235d6e388209c79fecfae29903079763890bac36d4f06b08e121/jimutmap-1.2.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "147440e1c1fa2b0273897cfdbb5d70cf", "sha256": "c7f8d90c0159785f1aef613ff5fefa786ff6f179e0dca4efb98fa32bdac12f2a" }, "downloads": -1, "filename": "jimutmap-1.2.5.tar.gz", "has_sig": false, "md5_digest": "147440e1c1fa2b0273897cfdbb5d70cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5144, "upload_time": "2019-07-21T14:48:12", "url": "https://files.pythonhosted.org/packages/2b/f0/3a24c1fb9d4ecb381d50e56de02a94bc63558e0c2a7874fd1d508df93af4/jimutmap-1.2.5.tar.gz" } ] }