Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrape "Join-The-Pipe" #7

Open
milovanderlinden opened this issue Mar 24, 2017 · 0 comments
Open

Scrape "Join-The-Pipe" #7

milovanderlinden opened this issue Mar 24, 2017 · 0 comments

Comments

@milovanderlinden
Copy link
Contributor

http://join-the-pipe.org/en is creating pumps and taps as well as shops and service in restaurants all over the world. They are serving markers which are presented on google maps in their own website. These markers come from:

http://join-the-pipe.org/uploads/markers.js?d=1486370134

Each marker is an array:

['2 Bartaps<br />Hogeschool van Amsterdam - Science Park 205 - Amsterdam', 52.357043, 4.950226, 0, 3,279]

Where the elements are:

  • Description
  • Longitude (X)
  • Latitude (Y),
  • (Unknown, maybe Z?)
  • Type of marker
  • Unique ID

Typer of markers are:

  1. Outlet
  2. Restaurant
  3. Tap
  4. Pump

It would be great if we could periodically scrape this information and turn it into data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant