Live data from Hacker News

Viewing profile — carstonh

carstonh

HN member
Joined
Mon, May 08, 2023, 3:18 PM UTC
HN karma
14
Public activity
8 items

About carstonh

data + maps

Recent public activity

  1. story
    Show HN: Animated map of US railroad and population growth

    This map shows population of each US county over time, from the US census. It also shows the US rail network over time, with data from Jeremy Atack at Vanderbilt. I think it's inte…

  2. story
    Show HN: Bay Area Fog Tracker

    I recently moved to San Francisco & am fascinated by the microclimates. This tool takes raw data from the GOES satellite, detects areas matching fog, then intersects this with diff…

  3. comment
    Comment #44303129

    Seeing the same. Tried to log a support ticket at https://support.github.com/ , but that's down too :)

  4. story
    GitHub API Is Down

    Started seeing issues when trying to update issues through the GitHub web interface. It appears that the service behind their graphQL endpoint (https://github.com/_graphql) is brok…

  5. story
    Show HN: I made a free shapefile to CSV converter that runs in the browser

    There are many times I find some government data in shapefile (.shp) format but want to use the attributes inside for analysis in tabular format. It's always a pain to open this in…

  6. comment
    Comment #43886828

    Based on my reading of the GeoParquet spec, the main difference is that geometries are stored as WKB using Parquet's byte array type. Byte arrays can be delta-encoded. There is als…

  7. comment
    Comment #43886745

    Here's an example building on @maxxen's work - because DuckDB (+spatial extension) can compile to Wasm, I built an in-browser Shapefile to CSV converter tool: https://www.honeycomb…

  8. story
    Show HN: Honeycomb – Geospatial analysis in the browser with WASM DuckDB

    The big idea is to use Uber's H3 spatial index to harmonize spatial data from different sources, then display it on a map and allow for interactive aggregation. Everything is done …