https://github.com/timwis/socrata-creator
Create Socrata datasets via API
https://github.com/timwis/socrata-creator
Last synced: about 2 months ago
JSON representation
Create Socrata datasets via API
- Host: GitHub
- URL: https://github.com/timwis/socrata-creator
- Owner: timwis
- Created: 2015-11-18T12:42:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-22T22:05:11.000Z (over 9 years ago)
- Last Synced: 2025-01-25T07:11:25.149Z (3 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Socrata Creator
Create Socrata datasets via API. Complementary to [socrata-pusher](https://github.com/timwis/socrata-pusher).# Note: this functionality is being incorporated into [sodapy](https://github.com/xmunoz/sodapy/pull/8)
This repo only serves as a demonstration/proof of concept## Installation
`pip install -r requirements.txt`## Configuration
Rename `.env.sample` to `.env` and fill in the values for your Socrata instance.
At the moment this project just creates a sample dataset, defined in `main.py` using columns defined in `sample_fields.json`.## Roadmap
A library for creating datasets in Socrata that can be paired with a database reader to facilitate replication from database to Socrata## Field Types
* text
* number
* calendar_date
* money
* location
* multipolygon