Show HN: Import openaddresses.io zipcodes longitude and latitude data

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • feedback

    golang webapp framework (rails inspired) (by andrewarrow)

  • "zip_locations_zip_index" UNIQUE, btree (zip)

    The following takes hours and hours to run:

    https://github.com/andrewarrow/feedback/blob/main/location/zip.go

    But you end up with a nice way to get an approximate postgis geometry for any zip code in the USA. (For free.) Anyone know of a faster way?

    My favorite part of this code is buffer := make([]byte, 1). By making the buffer just a single byte, I can look for "\n" so much easier than if I was reading in 1024 bytes or 2,048 bytes etc and then I have to find that \n in the middle.

  • openaddresses

    A global repository of open address, building, and parcel data.

  • This is a screenshot of all the USA data from https://openaddresses.io/

    https://i.imgur.com/nHIYtap.png

    It's about 80GB un-compressed. I wanted a postgres table like:

    zip | integer

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • TIGER-data

    Preprocessing US Census TIGER data for Nominatim geocoder

  • https://github.com/osm-search/TIGER-data/ produces a postcode file from US Census data. The code is not as clever maybe, but it's reasonable fast. 2023 should be available sometime this month, at least in previous years it was September. I have a cronjob that checks for new data.

    https://gis.stackexchange.com/ is a forum more focussed on geographic datasets.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Why Isn't Taxpayer-Funded U.S. Broadband Mapping Data Owned by the Public?

    1 project | news.ycombinator.com | 26 Feb 2024
  • Getting the exact address of companies with the following data: company, city, state; what is my best option?

    1 project | /r/datasets | 2 May 2023
  • Looking for a US address database, free or paid

    1 project | /r/datasets | 1 May 2023
  • API for scraping residential addressees?

    1 project | /r/webscraping | 21 Nov 2022
  • New tool feedback wanted. I wrote a tool to assign address information tags to buildings in OSM.

    2 projects | /r/openstreetmap | 14 Nov 2022