GithubHelp home page GithubHelp logo

nodegis / collectgisdata Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kkyyhh96/collectgisdata

0.0 1.0 0.0 216 KB

Two demos for collect GIS data. Firstly, collect POI data using Baidu API. Secondly, collect streetview data from Tencent.

Python 100.00%

collectgisdata's Introduction

Methods for Collectinng POI data and Street View data

Collect POI Using Baidu API

I use Baidu Place API to do this. http://lbsyun.baidu.com/index.php?title=webapi/guide/webservice-placeapi

Usage

Modify the parameter in the main function in the bottom of the code.

  • Set the query key word. I recommend to follow the categories of Baidu. http://lbsyun.baidu.com/index.php?title=lbscloud/poitags
  • Set the boundary of the region. The region should be a rectangle region followed by minLat,minLon,maxLat,maxLon. For example: region="39.915,116.405,39.975,116.415"
  • Change the length of square's side, the smaller the more accuracy while slower. For example: location = LocationDivide(region, 0.01)

Collect Street View Using Baidu API

I use an arctoolbox: CreatePointsLines.tbx to do this.

Usage

  • Import network / road polyline data in ArcGIS.
  • Use CreatePointsLines toolbox to generate points along with the polylines with equal distance.
  • Compute points' coordinates and then export them into a csv file.
  • Set the csv file path to download the pictures.

collectgisdata's People

Contributors

kkyyhh96 avatar

Watchers

 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.