-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work for #120 - First bug: scales that are not integer factors of the base scale were silently not compressed properly! 😠 - Changed default scales so that they are integer factors - Added checks and errors in case the config is set using non-integer factors - Fixed associated tests - Second bug: The correct amount of padding preceding tiles was not being included. This is needed to align tiles to absolute coordinates. - Added functionality to correctly align tiles to absolute tile positions - Wrote tests - Also renamed `MinuteOffset` to `AnalysisStartOffset` to better reflect what the property means
- Loading branch information
Showing
18 changed files
with
406 additions
and
387 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.