{"id":13567156,"url":"https://github.com/makepath/tile-fetch","last_synced_at":"2026-01-25T03:01:26.742Z","repository":{"id":40325748,"uuid":"348574512","full_name":"makepath/tile-fetch","owner":"makepath","description":null,"archived":false,"fork":false,"pushed_at":"2022-06-27T21:25:19.000Z","size":43,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-31T04:41:33.011Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/makepath.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2021-03-17T04:02:10.000Z","updated_at":"2024-03-29T16:23:36.000Z","dependencies_parsed_at":"2022-08-18T18:31:01.671Z","dependency_job_id":null,"html_url":"https://github.com/makepath/tile-fetch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/makepath/tile-fetch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makepath%2Ftile-fetch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makepath%2Ftile-fetch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makepath%2Ftile-fetch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makepath%2Ftile-fetch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/makepath","download_url":"https://codeload.github.com/makepath/tile-fetch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makepath%2Ftile-fetch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28742973,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T02:46:29.005Z","status":"ssl_error","status_checked_at":"2026-01-25T02:44:29.968Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-08-01T13:02:25.003Z","updated_at":"2026-01-25T03:01:26.719Z","avatar_url":"https://github.com/makepath.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# DEPRECATED!!!!\nThis project is now deprecated...take a look at mapshader !(https://github.com/makepath/mapshader) for similiar functionality\n\n# tile-fetch\nSmall and simple library for getting map tiles from popular tile map services.\n\nThis library was based one of my old blog posts here: https://bcdcspatial.blogspot.com/2012/02/onlineoffline-mapping-finding-tile-urls.html\n\n## Installation\nConda is the best way to install the library in your local conda environment\n```bash\nconda install -c parietal.io tile_fetch\n```\n\nIf not conda, you can use the setup.py file:\n```bash\ngit clone https://github.com/parietal-io/tile-fetch.git\ncd tile-fetch\npython setup.py install\n```\n\n## Basic Usage\n\n\n```python\nfrom tile_fetch import get_tile\n\nlng = -90.283741\nlat = 29.890626\nlevel = 7\ntile = get_tile(lng, lat, level)\n```\n\n```python\nfrom tile_fetch import get_tiles_by_extent\n\nxmin = -90.283741\nymin = 29.890626\nxmax = -89.912952\nymax = 30.057766\ntiles = get_tiles_by_extent(xmin, ymin, xmax, ymax)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakepath%2Ftile-fetch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmakepath%2Ftile-fetch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakepath%2Ftile-fetch/lists"}