{"id":31707134,"url":"https://github.com/maps-as-data/tilelayer_finder","last_synced_at":"2025-10-08T23:50:48.740Z","repository":{"id":199219384,"uuid":"702368370","full_name":"maps-as-data/tilelayer_finder","owner":"maps-as-data","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-13T16:55:40.000Z","size":44,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T17:51:52.518Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maps-as-data.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-09T07:30:02.000Z","updated_at":"2025-01-13T16:55:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"b531466c-a9fb-4d8a-af2a-5350aab9409d","html_url":"https://github.com/maps-as-data/tilelayer_finder","commit_stats":null,"previous_names":["rwood-97/tileserver_finder","rwood-97/tilelayer_finder","maps-as-data/tilelayer_finder"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maps-as-data/tilelayer_finder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maps-as-data%2Ftilelayer_finder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maps-as-data%2Ftilelayer_finder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maps-as-data%2Ftilelayer_finder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maps-as-data%2Ftilelayer_finder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maps-as-data","download_url":"https://codeload.github.com/maps-as-data/tilelayer_finder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maps-as-data%2Ftilelayer_finder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000733,"owners_count":26082862,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-10-08T23:50:45.350Z","updated_at":"2025-10-08T23:50:48.734Z","avatar_url":"https://github.com/maps-as-data.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tilelayer Finder\n\n`tilelayer_finder` is a small package for finding tilelayers/group layers available via the NLS tileserver and creating `metadata.json` files for them (for use in MapReader).\n\n## Installation\n\n\u003e **NOTE 02/05/2024**: I've just removed the need to use poetry to run this, if you had previously installed with poetry you might need to re-install!\n\n### Pip install (use conda or other virtual env if you prefer)\n\n``` bash\ngit clone https://github.com/rwood-97/tilelayer_finder.git\ncd tilelayer_finder\nconda create -n tilelayer_finder python=3.11\nconda activate tilelayer_finder\npip install .\n```\n\n## Usage\n\n### CLI\n\n``` python\nusage: tlf_run [-h] [-c] [-ot TILES_OUTPUT] [-og GROUPS_OUTPUT] [-n [NAME ...]]\n\noptions:\n  -h, --help            show this help message and exit\n  -c, --clean           Whether to clean data\n  -ot TILES_OUTPUT, --tiles-output TILES_OUTPUT\n                        Name to use when saving output tilelayer file\n  -og GROUPS_OUTPUT, --groups-output GROUPS_OUTPUT\n                        Name to use when saving output group layer file\n  -n [NAME ...], --name [NAME ...]\n                        Name(s) of tilelayer(s)/group layer(s) to create metadata for\n```\n\n### Interactive (notebooks)\n\nSee `example.ipynb` for usage example.\n\n``` python\nfrom tilelayer_finder import finder\n\ntlf = finder.TileLayerFinder()\ntlf.get_data(clean=True)\n```\n\n``` python\ntlf.list_tilelayers()\ntlf.list_group_layers()\n```\n\n``` python\ntlf.save_data()\n```\n\n``` python\ntlf.create_metadata_json(\"oneinch2nd\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaps-as-data%2Ftilelayer_finder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaps-as-data%2Ftilelayer_finder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaps-as-data%2Ftilelayer_finder/lists"}