npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@saanseoi/overturist

v0.1.3

Published

CLI to obtain Overture Maps data from S3

Readme

Friendly CLI to get Overture Maps data.

TypeScript Badge Bun BadgeDuckDB Badge Biome Badge

Overview

Overturist downloads and filters Overture Maps data for a specific place, a bounding box, or the whole world. It supports both guided interactive use and fully scripted runs; common selection and clipping strategies, and a local cache to speed up results.

Features

  • Modes : run interactively or fully scripted with .env config and --arguments.
  • Target : places, bounding boxes or the whole world.
  • Flexible Lookups : find places by their name, GERS Id, or OSM relation Id.
  • Disambiguation : search results are presented within the context of their hierarchy
  • Themes : download all or a targeted subset by theme (e.g. transportation, places) or type (e.g. building, division)
  • Selection : Filter results by intersection or containment of a division boundary or an exact bbox
  • Clipping : Rewrite the geometry output to preserve geometry, clip selectively or clip all.
  • Cache : release metadata, division lookups, and search history for faster results.
  • I18n : results are presented and stored in your language.

Gallery

Installation

Requires Bun >=1.3.0, and currently only targets Linux because it depends on @duckdb/node-bindings-linux-x64.

Run Without Installing

bunx @saanseoi/overturist

Install Globally

bun install -g @saanseoi/overturist
overturist

Basic Usage

Start the interactive CLI:

bun overturist.ts

Download data non-interactively:

bun overturist.ts get --division <gersId>

Useful examples:

# Download one theme for a division
bun overturist.ts get --division <id> --theme buildings

# Resolve a division from an OSM relation id
bun overturist.ts info --osmId 913110

# Filter by bbox and keep only features fully within it
bun overturist.ts get --bbox 113.81724,22.13672,114.50249,22.56833 --frame bbox --predicate within

Use bun overturist.ts --help or bun overturist.ts --examples for the full CLI reference.

Advanced Topics

Limitations

The Overture Maps Foundation has a monthly release cadence and keeps 60 days of releases available in S3. So usually only the latest 2 releases are available for download.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Made with <3 in