Coder Social home page Coder Social logo

jgzmlmf / tilemapdownload Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jerckyly/tilemapdownload

0.0 1.0 0.0 22 KB

基于python写的一个地图切片服务下载,目前有谷歌影像,谷歌矢量,天地图矢量,下载其他地图请修改配置和部分条件代码

Python 100.00%

tilemapdownload's Introduction

tileMapDownload

基于python写的一个地图切片服务下载,目前有谷歌影像,谷歌矢量,天地图矢量,下载其他地图请修改配置和部分条件代码

地图矢量切片服务下载器 -- EPSG3857

思路整理

1、读取配置文件 config.json 和 mecatortileinfo.json文件来获取自己配置的信息

2、根据配置的经纬度范围,和起始等级来计算行列号

3、循环每一级进行下载。

使用教程

1、切片默认是按照左上角为源点进行切图,如果标准的TMS,即按照坐下角为源点切图修改mecatortileinfo.json里面的origin中的y为负号(-20037508.342787)
   和想关的切片计算  starty  endy

2、下载范围在config.json中修改。lefttop和rightbottom

3、起始等级在config.json中修改。startlevel为起始等级。endlevel为结束等级

4、输出路径在config.json中修改。outfolder为输出路径

5、如果添加路径则需要在 代码中添加相应的条件判断,目前有谷歌影像和谷歌矢量,天地图矢量和矢量标注

6、最后调用 getMapTile()填入对应的参数选择下载

tilemapdownload's People

Contributors

jerckyly avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.