- fix install by including requirements.txt in PyPi package
0.2.1
- Added nominal coastline and function for extracting coastline within bounding box - Remove save_shapefile function and fiona dependency
0.1.2
- when converting GeoJSON to lat/lon, split any lines that cross the antimeridian into multiple lines so any line is wholly on one side or the other. This will prevent cliens from rendering lines across the entire globe due.
0.1.1
- vectorize.close_line_strings function added - audit logging - vectorize.simplify function added