Changelog¶
All notable changes to this project will be documented in this file.
[v0.2.2] - 2025-03-12¶
-
Refactored Handlers: Improved structure and performance of maxar_image.py, osm.py and overture.py to enhance geospatial data handling.
-
Documentation Improvements:
- Updated index.md, advanced.md, and use-cases.md for better clarity.
- Added installation.md under docs/getting-started for setup guidance.
- Refined API documentation in docs/api/index.md.
-
Configuration & Setup Enhancements: • Improved .gitignore to exclude unnecessary files. • Updated mkdocs.yml for better documentation structuring.
- Bug Fixes & Minor Optimizations: Small fixes and improvements across the codebase for stability and maintainability.
[v0.2.1] - 2025-02-28¶
Added¶
- Introduced WorldPopDownloader feature to handlers
- Refactored TifProcessor class for better performance
Fixed¶
- Minor bug fixes and performance improvements
[v0.2.0] - MaxarImageDownloader & Bug Fixes - 2025-02-24¶
- New Handler: MaxarImageDownloader for downloading Maxar images.
- Bug Fixes: Various improvements and bug fixes.
- Enhancements: Minor optimizations in handlers.
[v0.1.1] - 2025-02-24¶
Added¶
- Local Data Store: Introduced a new local data store alongside ADLS to improve data storage and read/write functionality.
- Boundaries Handler: Added
boundaries.py
, a new handler that allows to read administrative boundaries from GADM.
Changed¶
- Handler Refactoring: Refactored existing handlers to improve modularity and data handling.
- Configuration Management: Added
config.py
to manage paths, runtime settings, and environment variables.
Removed¶
- Administrative Schema: Removed
administrative.py
since its functionality is now handled by theboundaries
handler. - Globals Module: Removed
globals.py
and replaced it withconfig.py
for better configuration management.
Updated Files¶
config.py
boundaries.py
google_open_buildings.py
mapbox_image.py
microsoft_global_buildings.py
ookla_speedtest.py
mercator_tiles.py
adls_data_store.py
data_store.py
local_data_store.py
readers.py
writers.py
entity.py
[v0.1.0] - 2025-02-07¶
Added¶
- New data handlers:
google_open_buildings.py
,microsoft_global_buildings.py
,overture.py
,mapbox_image.py
,osm.py
- Processing functions in
tif_processor.py
,geo.py
andtransform.py
- Grid generation modules:
h3_tiles.py
,mercator_tiles.py
- View managers:
grid_view.py
andnational_view.py
- Schemas:
administrative.py
Changed¶
- Updated
requirements.txt
with new dependencies - Improved logging and data storage mechanisms
Removed¶
- Deprecated views:
h3_view.py
,mercator_view.py