{"id":51465433,"url":"https://github.com/data-fair/processing-gpkg","last_synced_at":"2026-07-06T10:30:43.828Z","repository":{"id":351743119,"uuid":"1212288202","full_name":"data-fair/processing-gpkg","owner":"data-fair","description":"Create datasets from a geopackage (gpkg) file","archived":false,"fork":false,"pushed_at":"2026-06-09T14:29:48.000Z","size":232,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-09T16:21:59.315Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/data-fair.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-16T08:25:38.000Z","updated_at":"2026-06-09T14:41:54.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/data-fair/processing-gpkg","commit_stats":null,"previous_names":["data-fair/processing-gpkg"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/data-fair/processing-gpkg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/data-fair%2Fprocessing-gpkg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/data-fair%2Fprocessing-gpkg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/data-fair%2Fprocessing-gpkg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/data-fair%2Fprocessing-gpkg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/data-fair","download_url":"https://codeload.github.com/data-fair/processing-gpkg/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/data-fair%2Fprocessing-gpkg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35187624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-06T02:00:07.184Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-07-06T10:30:43.047Z","updated_at":"2026-07-06T10:30:43.820Z","avatar_url":"https://github.com/data-fair.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cimg alt=\"Data FAIR logo\" src=\"https://cdn.jsdelivr.net/gh/data-fair/data-fair@master/ui/public/assets/logo.svg\" width=\"30\"\u003e @data-fair/processing-gpkg\n\nA plugin that allows the creation and management of datasets from geopackage files or zip files that contain them.\n\n## Features\n\n- **List layers** — Lists the layers and corresponding information in your file\n- **Dataset management** — Create or update a REST or file dataset from the desired layers, configurable from the processing parameters.\n- **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.\n\n## Configuration\n\nThe plugin configurations change depending on the datasetMode to be applied. There are three of them:\n- `list` to list the different layers\n- `create` to create a new dataset\n- `update` to target an existing one\n\nOverall, 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).\n\n### list\n\nFor this mode, you only need to enter the URL in the Parameters tab.\n\n### create\n\n| Tab | Field | Description |\n| --- | ----- | ----------- |\n| Datasets | `editableCreate` | By default, file-based datasets are created ; by checking this box, editable datasets can be created |\n| File layers | `addAllLayers` | Allows you to build datasets directly for all layers of the file |\n| File layers - Layers | `add` | Allows you to build a dataset with the corresponding layer by checking the box |\n| File layers - Layers | `title` | This corresponds to the name you want for your dataset. By default, the title will be the layer name. |\n\n### update\n\n| Tab | Field | Description |\n| --- | ----- | ----------- |\n| Datasets | `datasets` | List of datasets to be updated, taking into account the layer and the schema update forcing |\n| Datasets - Datasets to update | `dataset` | Name of the dataset to update, selectable from the list of available datasets |\n| Datasets - Datasets to update | `layer` | Name of the layer from which the update should be made, selectable from the list of available layers. |\n| Datasets - Datasets to update | `forceUpdate` | Indicates whether the scheme update should also be forced |\n\n*Note: the detection of the type of dataset (file or editable) during the update is done automatically, so it is possible to update datasets of both types at the same time.*\n\n## Release\n\nPublishing is handled automatically by CI: the plugin is pushed to the data-fair registry (`@data-fair/registry`), not to the public npm registry — there is no manual `npm publish`. A push to `main`/`master` publishes to the staging registry; pushing a `v*` tag publishes to production:\n\n```bash\nnpm version minor       # version bump + v* tag\ngit push --follow-tags  # CI publishes to the production registry\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdata-fair%2Fprocessing-gpkg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdata-fair%2Fprocessing-gpkg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdata-fair%2Fprocessing-gpkg/lists"}