Show HN: OpenTimes – Free travel times between U.S. Census geographies Hi HN! Today I'm launching OpenTimes, a free database of roughly 150 billion pre-computed, point-to-point travel times between United States Census geographies. In addition to letting you visualize travel isochrones on the homepage, OpenTimes also lets you download massive amounts of travel time data for free and with no limits. The primary goal here is to enable research and fill a gap I noticed in the open-source spatial ecosystem. Researchers (social scientists, economists, etc.) use large travel time matrices to quantify things like access to healthcare, but they often end up paying Google or Esri for the necessary data. By pre-calculating times between commonly-used research geographies (i.e. Census) and then making those times easily accessible via SQL, I hope to make large-scale accessibility research cheaper and simpler. Some technical bits that may be of interest to HN folks: - The entire OpenTimes backend is just static Parquet files on R2. There's no RDBMS or running service. The whole thing costs about $10/month to host and is free to serve. - All travel times were calculated by pre-building the inputs (OSM, OSRM networks) and then distributing the compute over hundreds of GitHub Actions jobs. - The query/SQL layer uses a setup I haven't seen before: a single DuckDB database file with views that point to static Parquet files via HTTP. Finally, the driving times are optimistic since they don't (yet) account for traffic. This is something I hope to work on in the near future. Enjoy! https://opentimes.org March 18, 2025 at 02:10AM
Show HN: OpenTimes – Free travel times between U.S. Census geographies https://ift.tt/Evt4OZz
Related Articles
Show HN: I built an affordable alternative to Spotify and YouTube Music Premium https://ift.tt/dF2zcgZShow HN: I built an affordable alternative to Spotify and YouTube Musi… Read More
Show HN: Dbeel – A distributed thread-per-core db https://ift.tt/xyXNlacShow HN: Dbeel – A distributed thread-per-core db For a while now I ha… Read More
Show HN: C port of the (non-super) Star Trek game, incl. WASM for browser/phone https://ift.tt/D17gMN5Show HN: C port of the (non-super) Star Trek game, incl. WASM for brow… Read More
Show HN: Elevate Your Game Nights with Handcrafted Playing Cards ♠♥♦♣ https://ift.tt/ugJkd03Show HN: Elevate Your Game Nights with Handcrafted Playing Cards ♠♥♦♣ … Read More
Show HN: I built yet another ChatGPT Chrome extension https://ift.tt/OtfEnhHShow HN: I built yet another ChatGPT Chrome extension Hey HN, I’m here… Read More
Show HN: Synphage a modern phage genome synteny graph generator for .gb files https://ift.tt/sQFKHbmShow HN: Synphage a modern phage genome synteny graph generator for .g… Read More
Show HN: A GPT-4 chat loop that can directly read and write your code files https://ift.tt/qSchD32Show HN: A GPT-4 chat loop that can directly read and write your code … Read More
Show HN: Conway's Game of Life, but with a gallery of other peoples patterns https://ift.tt/yECHlPQShow HN: Conway's Game of Life, but with a gallery of other peoples pa… Read More
0 Comments: