- Manifest files for each asset is now written in format ItemID_manifest.json to avoid skipping manifest.json common file name. - Simple and multipart downloader now show number of items remaining during the download. - General improvements, bundles tool now prints Bundles:Name followed by assets included in the bundle
0.4.3
- Fixed issues with setup.py and pyproj version. - Improved ReadMe instructions.
0.4.2
- Added geometry check functionality to multipolygon with shapely self intersection [Issue 30](https://github.com/samapriya/porder/issues/30). - For multipolygons this also performs a vertex count check and simplifies polygon to fit under 500 vertices. - General improvements
0.4.1
- Fixed issue with shapely self intersection using buffer(0). - General improvements
0.4.0
- Fixed issue with placing reprojection request. - Downloader can now download partial as well as completely successful orders. - Added retry method for rate limit during downloading - General improvements