Skip to content
Orchard is an early preview — connector details below are illustrative while we iterate.
Public data

Earthquakes

A free connector serving the USGS real-time earthquake feeds — magnitude, depth, and location — as SQL tables you can filter and join.

Stable By Query.Farm Python worker

What Earthquakes does

The Earthquakes connector exposes the USGS earthquake GeoJSON feeds as a queryable catalog. Recent events become rows with magnitude, depth, place, and coordinates, refreshed on the USGS cadence.

It is free to attach and pairs naturally with the Volcanos connector and other geospatial public data. Great for live dashboards, alerting prototypes, and learning the Orchard workflow.

Highlights

  • USGS real-time feeds (hour / day / week)
  • Magnitude, depth, and place columns
  • Latitude / longitude for geospatial joins
  • Refreshed on the USGS cadence
  • No token required — free to attach

Tables & functions it exposes

Once attached, the connector adds these objects to your SQL session.

Table usgs.events
Recent earthquake events with magnitude and location.
Function feed(window)
Pull a specific USGS feed window (hour, day, week).

What teams build with Earthquakes

Build a live “recent quakes” dashboard for free.

Join quakes against volcanoes or population data.

Prototype magnitude-threshold alerting with SQL.

Ready to attach Earthquakes?

Contact us for pricing and to get started, or talk to us about a custom connector for your stack.