Version 0.4.0
🎉 Features
- more performant /datasets endpoint
The new/datasets
endpoint from version 0.3.0 automatically determines date ranges and locations for the datasets. The initial implementation does so by scanning the full catalog on each request. This is an approach that results in longer than desired load times on the frontend. To address this, this release includes a function that periodically (24 hours) scans the bucket to cache the results. This results in much faster load times, at the expense of the time it takes for new data to show in the explorer.
For more details, see this PR - vehicle detections
Added a new dataset that detects vehicles over time using SkySat imagery
🚀 Improvements
A large number of smaller enhancements to configuration, continuous integration, unit tests and documentation.