SICAR Versions Save

This tool is designed for students, researchers, data scientists or anyone who would like to have access to SICAR files

v0.7.1

2 months ago

v0.7.0

4 months ago
  • Removed download by city
  • Added polygon support
  • Added data dictionary
  • Updated unit tests
  • Updated documentation

v0.6.2

10 months ago
  • Enhanced content verification by checking the HTTP response headers when downloading a Shapefile or CSV, ensuring the content is in the expected format.

v0.6.1

11 months ago
  • Includes an improvement to handle the issue of encountering corrupted or invalid captcha images during the download process

v0.6

11 months ago

Improved Documentation:

  • Achieved 100% docstring coverage using interrogate tool
  • Updated colab example to provide better guidance
  • Updated README.md with comprehensive information

Improved Tests:

  • Achieved 100% test coverage using coveralls tool

Improved Code:

  • Increased modularity for better code organization
  • Added State Enum for improved code readability and maintainability
  • Moved temporary files to the tempfile module for better file management
  • Deleted temporary files when no longer needed to avoid clutter
  • Upgraded from setup.py to pyproject.toml for better project configuration
  • Removed Manual driver for cleaner codebase
  • Exposed chunk_size parameter for customizable download sizes
  • Made the download_ methods' interfaces more consistent
  • Improved code reusability for better maintainability
  • Improved progress bar

v0.5

1 year ago
  • Paddle driver optional
  • Dependencies matching version available in Google Colaboratory
  • Python 3.10 support

v0.4

1 year ago
  • Add CSV format download option

v0.3

1 year ago
  • Includes Paddle OCR driver

v0.2

2 years ago
  • Added Docker support
  • Added ocr driver modularity
  • Improved documentation

v0.1

3 years ago
  • First stable release