https://github.com/data-fair/processing-france-parcelles-coords
Create the master-data dataset cadastre-parcelles-coords that links codes with coordinates from France's open-data.
https://github.com/data-fair/processing-france-parcelles-coords
Last synced: 5 months ago
JSON representation
Create the master-data dataset cadastre-parcelles-coords that links codes with coordinates from France's open-data.
- Host: GitHub
- URL: https://github.com/data-fair/processing-france-parcelles-coords
- Owner: data-fair
- License: mit
- Created: 2021-12-20T10:19:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-17T17:10:31.000Z (about 4 years ago)
- Last Synced: 2025-08-18T14:54:38.748Z (10 months ago)
- Language: JavaScript
- Size: 728 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# processing-france-parcelles-coords
Create the master-data dataset cadastre-parcelles-coords that links codes with coordinates from France's open-data.
## Release
Processing plugins are fetched from the npm registry with a filter on keyword "data-fair-processings-plugin". So publishing a plugin is as simple as publishing the npm package:
```
npm version minor
npm publish
git push && git push --tags
```
To publish a test version, use prerelease versioning with a "test" npm tag:
```
# first time
npm version preminor --preid=beta
# next times
npm version prerelease --preid=beta
npm publish --tag=test
git push && git push --tags