Giter Club home page Giter Club logo

jaxbikelanes-react's People

Contributors

clintonlunn avatar michaeldimmitt avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

michaeldimmitt

jaxbikelanes-react's Issues

list of all group ride locations :heart:

  1. open road san jose
  2. veterans park ride
  3. open road a1a
  4. mandarin ride
  5. hooters ride (baymeadows)
  6. lodge ride micklers beach
  7. baldwin trail but is not a ride
  8. velo brew ride.
  9. slow roles for zen cog
  10. arlington champion ride

Download OSM from Overpass API using github actions / chron job

It might take too long to download all bike lane details for Jacksonville everytime a user loads a page. For example, roughly 2MB of data is downloaded when running an overpass query to retrieve bike lanes for Jacksonville metro area.

Alternatively, could use GitHub actions to run a shell script that calls the Overpass API at a scheduled time (once per day/hour/week) and clean/replace data.

By cleaning data, there is some difficulty when bringing this data in in it's original form.
For example:

  • cycleway:left in original data needed to be converted to cyclewayleft or else errors popped up.

See Overpass API for more details.

overpass query that returns most cycling infrastructure in jacksonville:
[out:json] [timeout:25]; {{geocodeArea:Jacksonville, Florida}} -> .area_0; ( way["highway"="cycleway"](area.area_0); way["cycleway"](area.area_0); way["cycleway:left"](area.area_0); way["cycleway:right"](area.area_0); way["bicycle_road"="yes"](area.area_0); way["bicycle_parking"](area.area_0); way["bicycle"="designated"](area.area_0); ); (._;>;); out body;

Create sidebar

image

something similar to this so that I can dynamically show information

  1. lane attributes
  2. location details
  3. the user will be able to see where they are
  4. search by a street name

Hub of where any information that I have lives.

Eventually routing IE ... multiple routes.

Group Rides ... checkpoints

This main website is for current lane information.

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.