An open API service indexing awesome lists of open source software.

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

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 ./```