From 286ed286b68793532c2a38436a08343b45cfbc91 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 30 Jan 2020 23:09:56 -0800 Subject: [PATCH] geojson-to-sqlite --- docs/ecosystem.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/ecosystem.rst b/docs/ecosystem.rst index 9f95e0bd22..5b6e42bd4c 100644 --- a/docs/ecosystem.rst +++ b/docs/ecosystem.rst @@ -44,6 +44,11 @@ markdown-to-sqlite `markdown-to-sqlite `__ reads Markdown files with embedded YAML metadata (e.g. for `Jekyll Front Matter `__) and creates a SQLite table with a schema matching the metadata. This is useful if you want to keep structured data in text form in a GitHub repository and use that to build a SQLite database. +geojson-to-sqlite +----------------- + +`geojson-to-sqlite `__ converts GeoJSON files to SQLite, optionally using SpatiaLite to create geospatial indexes for fast geometric queries. + socrata2sql -----------