- added data extracts to avoid creating tasks with no features
Fix
- precommit - check the lines count excluding minor highway tags
Refactor
- use default line length 88 (over 132)
1.2.2
Refactor
- run sqlfluff and format sql files - simplified the boundary of splitted ploygons and removed hardcoded buildings number - removed redundant sql - updated algorithm to split aoi when no linear features, by clustering
1.2.1
Fix
- clip square grid with AOI
1.2.0
Feat
- refactor out geopandas entirely, use shapely
1.1.2
Fix
- add useStWithin=False for polyline extracts - add aeroway tag for linestring extract generation - add railway tag to generated data extracts - selecting all geometries if no data extract included - more flexible parsing of extract tags - update ST_Contains --> ST_Intersects for polylines view - improve error handling if json file input invalid - merge aoi geoms prior to data extract generation - bug parsing geojson tags key if string
Refactor
- remove ValueError if no geoms generated
1.1.1
Fix
- allow for automatic data extract generation - more flexible parsing of aoi for split_by_sql