https://github.com/bcodmo/planet-microbe-frictionlessdata-pipelines
Frictionlessdata Data Package pipelines for retrieving BCO-DMO datasets
https://github.com/bcodmo/planet-microbe-frictionlessdata-pipelines
datapackage frictionlessdata json
Last synced: 20 days ago
JSON representation
Frictionlessdata Data Package pipelines for retrieving BCO-DMO datasets
- Host: GitHub
- URL: https://github.com/bcodmo/planet-microbe-frictionlessdata-pipelines
- Owner: BCODMO
- Created: 2018-04-26T23:17:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T16:34:07.000Z (almost 8 years ago)
- Last Synced: 2024-12-03T00:44:49.388Z (over 1 year ago)
- Topics: datapackage, frictionlessdata, json
- Language: Python
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo of how to use Frictionlessdata Packages
1. To retrieve HOT project datapackage.json files and download the datasets, run `python process.py`
based on https://github.com/frictionlessdata/datapackage-py
For working with tabular data and transforming it, joining, etc., see:
https://hub.docker.com/r/frictionlessdata/datapackage-pipelines/
View the pipelines:
```docker run -it -v `pwd`:/pipelines:rw frictionlessdata/datapackage-pipelines```
Run a pipeline
```docker run -it -v `pwd`:/pipelines:rw frictionlessdata/datapackage-pipelines run ./```