All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fix the check for PostGIS extensions: when in postgres — but without these extensions created — the importer should no longer fail.
- Fix missing
-d
flag in docstring PostgreSQL example - Pass domain to Socrata API when using
ls
, since the Socrata API no longer filters by domain on its own (#4)
- Adds a very basic first effort at tests (#4)
- The
ls
command originally filtered out non-datasets locally; now that's done at the API level (#4)
- Fix
KeyError
during count queries in older versions of Socrata API (#1)
- README in Markdown format for PyPi
- this change log
Initial release