The public data catalog

Bring your data. Add the world.

Weather, holidays, places and more. A place, in preparation, for people and agents to discover public datasets and join them with their own data using SQL.

All datasetsWeatherCalendarsPlacesPopulationEnvironmentTransport

Catalog preview · illustrative datasets · coming soon

A translucent blue box holding table cards: public datasets kept in open formats, ready to be joined with your own.

A head start for your next question.

Every dataset will carry its source, licence, coverage and example queries.

  • Daily weather

    Temperature and rainfall by place and day.

    DailyTime series

    Coming soon

  • Public holidays

    Give sales patterns a calendar context.

    CountryDate

    Coming soon

  • Places & businesses

    Understand what surrounds your locations.

    PlacesSpatial

    Coming soon

  • Population

    Put local demand in context.

    PopulationSpatial

    Coming soon

  • Air quality

    Explore environmental conditions.

    EnvironmentTime series

    Coming soon

  • Transport networks

    Explore access and connectivity.

    TransportSpatial

    Coming soon

Illustrative datasets: what the catalog is designed to hold, not what it holds today.

More useful together

Your sales.
The weather.
One query.

Explore whether rainy days and public holidays coincide with changes in your sales.

Private salesPublic weatherPublic holidays

Query with DuckDB. Save the result to your catalog.

Example SQL Illustrative schema
SELECT s.day, s.revenue,
       w.rain_mm, h.holiday_name
FROM private.sales_daily AS s
LEFT JOIN public.weather_daily AS w
    ON s.day = w.day
    AND s.location_id = w.location_id
LEFT JOIN public.holidays AS h
    ON s.day = h.day
    AND s.country_code = h.country_code;

Examples show the join pattern. Dataset pages will explain coverage and join keys.

How the catalog is meant to be used

  1. Discover

    Find data with clear sources and coverage.

  2. Join

    Combine it with your own tables.

  3. Keep

    Save useful results for your next session.

Have useful data to share?

Give your public datasets a home others can build on.

Up to 50 GB

Free public-data storage · Coming soon