{"id":26210783,"url":"https://github.com/dkaoster/mapboxed","last_synced_at":"2025-04-15T14:12:31.473Z","repository":{"id":38819319,"uuid":"322258976","full_name":"dkaoster/mapboxed","owner":"dkaoster","description":"Generate assembled mapbox tiles.","archived":false,"fork":false,"pushed_at":"2024-09-27T06:20:56.000Z","size":967,"stargazers_count":12,"open_issues_count":2,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-28T21:02:14.468Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dkaoster.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-17T10:25:35.000Z","updated_at":"2024-11-04T07:59:57.000Z","dependencies_parsed_at":"2024-01-11T06:32:27.762Z","dependency_job_id":"866ff612-aa7a-4aae-a2f5-dd3e7687a8cb","html_url":"https://github.com/dkaoster/mapboxed","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkaoster%2Fmapboxed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkaoster%2Fmapboxed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkaoster%2Fmapboxed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkaoster%2Fmapboxed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dkaoster","download_url":"https://codeload.github.com/dkaoster/mapboxed/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248571841,"owners_count":21126522,"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","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-03-12T07:34:15.676Z","updated_at":"2025-04-15T14:12:31.455Z","avatar_url":"https://github.com/dkaoster.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mapboxed\nGenerate assembled mapbox tilesets.\n\n## CLI Usage\n\n```\nUsage: mapboxed [options]\n\nDownloads tiles from mapbox and stitches them together into one image file\n\nOptions:\n  -V, --version              output the version number\n  -z, --zoom \u003czoom\u003e          zoom level\n  -l, --location \u003clocation\u003e  string query specifying the location of interest\n  -x1 \u003cx1\u003e                   left longitude boundary\n  -x2 \u003cx2\u003e                   right longitude boundary\n  -y1 \u003cy1\u003e                   top latitude boundary\n  -y2 \u003cy2\u003e                   bottom latitude boundary\n  -o, --outfile \u003coutfile\u003e    output filename (default: \"mapboxed.jpg\")\n  -t, --tileset \u003ctileset\u003e    mapbox tileset id (default: \"mapbox.satellite\")\n  -k, --key \u003ctoken\u003e          mapbox token (will override read from MAPBOX_TOKEN \n                             environment variable)\n  -f, --format \u003cformat\u003e      image format to download (jpg90 | jpg80 | jpg70 | \n                             png256 | png128 | png64 | png32 | png) (default: \"jpg90\")\n  -p, --parallel \u003cparallel\u003e  Number of parallel connection to make to mapbox (default: \"5\")\n  -r, --res2x                fetch @2x size resolution\n  -s, --silent               do not confirm download size\n  -c, --cache                keep and read from temp tile files in .mapboxed\n  -h, --help                 display help for command\n```\n\nThe output file stitches together the tiles specified by the parameters given. Note that if the coordinate boundaries specified in the arguments do not fall precisely on a tile boundary, mapboxed will output a file up to the nearest tile still containing your entire coordinate boundaries. This final boundary is written to the image's metadata in the description field as a serialized array in the form of `[lng1, lat1, lng2, lat2]`.\n\n## Examples\nwith [npm version 5.2.0 or up](https://github.com/npm/npm/releases/tag/v5.2.0), directly run the following commands in the terminal, no extra installation necessary. (Note: you will need a [mapbox access token](https://account.mapbox.com/) to be set with the environment variable `MAPBOX_TOKEN` or passed in with `-k`)\n\n```\nnpx mapboxed -z 9 -x1 -123.0652 -y1 38.1799 -x2 -120.1163 -y2 37.1431\n```\n\n\u003cimg src=\"https://raw.githubusercontent.com/dkaoster/mapboxed/main/demo/mapboxed1.jpg\" width=\"100%\" /\u003e\n\n```\nnpx mapboxed -z 9 -x1 -123.0652 -y1 38.1799 -x2 -120.1163 -y2 37.1431 -t mapbox.mapbox-terrain-v2\n```\n\n\u003cimg src=\"https://raw.githubusercontent.com/dkaoster/mapboxed/main/demo/mapboxed2.jpg\" width=\"100%\" /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkaoster%2Fmapboxed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdkaoster%2Fmapboxed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkaoster%2Fmapboxed/lists"}