geojson-to-sqlite icon indicating copy to clipboard operation
geojson-to-sqlite copied to clipboard

CLI tool for converting GeoJSON files to SQLite (with SpatiaLite)

Results 4 geojson-to-sqlite issues
Sort by recently updated
recently updated
newest added

https://raw.githubusercontent.com/datanews/amtrak-geojson/master/amtrak-combined.geojson Has a feature like this: "properties": { } This fails with an error if you use the `--spatialite` option: ``` geojson-to-sqlite /tmp/amtrak.db amtrak /tmp/amtrak-combined.geojson --spatialite Traceback (most recent call...

bug

I've been loading some larger datasets lately, and it would be nice to have a progress bar. (Happy to implement this at some point.)

I recently re-ran a project of mine and noticed a bug with `geojson-to-sqlite`. After the conversion to a sqlite database I normally have 52K features. However, using the latest version...

Demonstrate that it works if you give it GeoJSON with some features that are polygons, some that are multipolygons and some that are points.