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

@data-fair/processing-gpkg

v0.2.0

Published

Create datasets from a geopackage (gpkg) file

Readme

@data-fair/processing-gpkg

A plugin that allows the creation and management of datasets from geopackage files or zip files that contain them.

Features

  • List layers — Lists the layers and corresponding information in your file
  • Dataset management — Create or update a REST or file dataset from the desired layers, configurable from the processing parameters.
  • Graceful stop — honours the stop signal from the platform and exits cleanly mid-run; optionally, the stop can be ignored to test forced termination after timeout.

Configuration

The plugin configurations change depending on the datasetMode to be applied. There are three of them:

  • list to list the different layers
  • create to create a new dataset
  • update to target an existing one

Overall, only the URL in the settings tab remains common, representing a stable URL from which the data file is downloaded (this is the only possible option, there is no repository).

list

For this mode, you only need to enter the URL.

create

| Tab | Field | Description | | --- | ----- | ----------- | | Datasets | editableCreate | By default, file-based datasets are created ; by checking this box, editable datasets can be created | | Datasets | prefix | This corresponds to the title of the datasets to be created. The datasets are named according to this prefix and the name of the corresponding layer | | Parameters | addAllLayers | Allows you to build datasets directly for all layers of the file | | Parameters | listIdsLayers | Identifier of the layers to extract to create datasets |

update

| Tab | Field | Description | | --- | ----- | ----------- | | Datasets | editableUpdate | By default, file-based datasets are updated; checking this box allows you to update editable datasets. However, be careful to select datasets that correspond to the correct mode | | Datasets | datasets | List of datasets to be updated, taking into account the layer number and the schema update forcing | | Datasets - Datasets to update | dataset | Name of the dataset to update, selectable from the list of available datasets | | Datasets - Datasets to update | idLayer | Layer number used to update the corresponding dataset | | Datasets - Datasets to update | forceUpdate | Indicates whether the scheme update should also be forced |