Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opendatasoft/open-data-inception
https://github.com/opendatasoft/open-data-inception
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/opendatasoft/open-data-inception
- Owner: opendatasoft
- License: epl-1.0
- Archived: true
- Created: 2015-08-24T13:36:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-16T14:06:50.000Z (almost 9 years ago)
- Last Synced: 2024-08-01T12:28:30.618Z (3 months ago)
- Language: HTML
- Size: 454 KB
- Stars: 21
- Watchers: 8
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - opendatasoft/open-data-inception - (others)
README
# data-inception
A Clojure library designed to extract and clean data from different sources giving list of Open Data portals.
The basic idea is to extract portals names, URLs, Organisation, some details if they exist and the location if it exists.
## Result
You can check the final dataset in its latest version:
[Open Data Inception](http://public.opendatasoft.com/explore/dataset/open-data-sources/?tab=table)## Usage
You'll need [Leiningen](http://leiningen.org/)
Clone the repository
$ cd data-inception
$ lein deps
$ lein repl
ods.pipeline> (okfn-pipeline "path-to-the-okfn-open-data-portals-data-file.csv")## License
Copyright © 2015 OpenDataSoft
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.