Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: Implementation of DiskArray interface #105

Merged
merged 25 commits into from
Aug 15, 2020
Merged

Commits on Aug 7, 2020

  1. Implementation of DiskArray interface

    meggart authored and visr committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    97b85cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bdf7d7 View commit details
    Browse the repository at this point in the history
  3. Remove broken tests

    meggart authored and visr committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    ea20138 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2020

  1. Update to most recent DiskArray interface

    meggart authored and visr committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    68cf57d View commit details
    Browse the repository at this point in the history
  2. add DiskArray compat

    meggart authored and visr committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    32b63b7 View commit details
    Browse the repository at this point in the history
  3. Fix for read and write

    meggart authored and visr committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    67b867c View commit details
    Browse the repository at this point in the history
  4. Fix signature

    meggart authored and visr committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    ce0676a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d86bfa View commit details
    Browse the repository at this point in the history
  6. Minor additions

    meggart authored and visr committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    1cdb5f4 View commit details
    Browse the repository at this point in the history
  7. Fix typos and extend forwarded methods

    meggart authored and visr committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    bfdab53 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    836a2c1 View commit details
    Browse the repository at this point in the history
  9. More tests for the DiskArray interface

    meggart authored and visr committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    07aed42 View commit details
    Browse the repository at this point in the history
  10. Add section to raster docs

    meggart authored and visr committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    7bd993e View commit details
    Browse the repository at this point in the history
  11. Update docs/src/rasters.md

    Co-authored-by: Felix Cremer <felix.cremer@uni-jena.de>
    2 people authored and visr committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    232703b View commit details
    Browse the repository at this point in the history
  12. Update docs/src/rasters.md

    Co-authored-by: Felix Cremer <felix.cremer@uni-jena.de>
    2 people authored and visr committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    c66bdd6 View commit details
    Browse the repository at this point in the history
  13. sort Project.toml

    visr committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    ef54720 View commit details
    Browse the repository at this point in the history
  14. make filelist test OS proof

    visr committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    848dd0a View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Configuration menu
    Copy the full SHA
    5fd3344 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Add tests for Window iterator

    (cherry picked from commit 9f731d5)
    felixcremer authored and visr committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    2e13b2e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. code style updates

    visr committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    f275c63 View commit details
    Browse the repository at this point in the history
  2. overload Base.Array

    visr committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    1f3c88a View commit details
    Browse the repository at this point in the history
  3. make the docs build again

    also upgrades to Documenter 0.25
    
    See also yeesian#124
    visr committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    ef7687a View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. Update docs/src/rasters.md

    Co-authored-by: Felix Cremer <felix.cremer@uni-jena.de>
    meggart and felixcremer committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    75db53a View commit details
    Browse the repository at this point in the history
  2. Add show method

    meggart committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    1f4c1a2 View commit details
    Browse the repository at this point in the history
  3. Add MIME type to rasterband show

    This avoids the usage of the DiskArray show method for rasterbands
    We need the version without MIME type so that we can use the print
    function.
    felixcremer committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    3417d94 View commit details
    Browse the repository at this point in the history