stupidpupil / parochial

R package to make it easier to get started with travel time analyses in bits of Britain
GNU General Public License v3.0
5 stars 0 forks source link

Add frequency-based aesthetics to the overview map #12

Open stupidpupil opened 2 years ago

stupidpupil commented 2 years ago

See https://humantransit.org/basics/the-case-for-frequency-mapping

stupidpupil commented 2 years ago

What I'd really like is some sort of Carto?CSS-like setup:


trip[operator="Transport for Wales"]{
  color: red;
}

station.heavy_rail{
  color: red;
  size: 5;
}

??

stupidpupil commented 2 years ago

https://github.com/MIERUNE/GTFS-GO for how to do frequency aggregation well!