Skip to content

Releases: simonw/shapefile-to-sqlite

0.4.2

08 Jan 20:24

Choose a tag to compare

  • Fix for compatibility with pyproj versions 3.4.0 or higher. #15

0.4.1

23 Aug 05:48

Choose a tag to compare

  • Fixed bug in -c option where foreign keys were not correctly created. #9

0.4

23 Aug 04:42
d366351

Choose a tag to compare

0.4
  • -c option for extracting specified columns into separate lookup tables. #9

0.3

22 Aug 00:30
c51441e

Choose a tag to compare

0.3
  • New --spatial-index option for creating a spatial index on the geometry column. #7

0.2

19 Feb 05:20

Choose a tag to compare

0.2

Now handles projections. Shapefile data is automatically projected to WGS 84 unless you pass --crs=keep, in which case the data is not projected. Pass --crs=espg:2227 or similar to convert to another projection. #6

0.1

17 Feb 00:28
e609800

Choose a tag to compare

0.1

First working version.