Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: raster-foundry/raster-foundry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.29.1
Choose a base ref
...
head repository: raster-foundry/raster-foundry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.30.0
Choose a head ref
  • 15 commits
  • 60 files changed
  • 4 contributors

Commits on Sep 12, 2019

  1. Merge tag '1.29.1' into develop

    Release 1.29.1
    Christopher Brown committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    507522e View commit details
    Browse the repository at this point in the history
  2. Add utility objects

    Christopher Brown committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    2491051 View commit details
    Browse the repository at this point in the history
  3. Add tracing to backsplash server

    Christopher Brown committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    e771af7 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG

    Christopher Brown committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    50218e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. Add scene id to scene detail modal (#5168)

    update changelog
    Lknechtli authored Sep 13, 2019
    Configuration menu
    Copy the full SHA
    cff0444 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Add and use multitiff COG trait for Landsat 8 imagery (#5167)

    * Remove unimplemented method that no one asked for
    
    * Add MultiTiffImage trait
    
    * Add SUPER UNSAFE LandsatMultiTiff case class
    
    * wip -- use Landsat8MultiTiff
    
    * Get backsplash-core compiling after rebase
    
    * Wire it all up.. except histograms for uningested scenes
    
    * Try really hard to make histograms work -- fail repeatedly
    
    * Do something real dumb to try to get values to normalize from
    
    * Use the correct read invocation
    
    * Make use of multi-tiff configurable
    
    * Don't merge 3-band tile into single band
    
    * Also check multitiff config in db / api
    
    * Update changelog
    
    * Explain choice of sample resolution
    
    * Create span context for reads from resampled grid
    
    * compilation
    
    * Trace multiband tile construction
    
    Because it's the end of reading from source
    
    * Trace histogram calculation
    jisantuc authored Sep 17, 2019
    Configuration menu
    Copy the full SHA
    79253d3 View commit details
    Browse the repository at this point in the history
  2. Add Xray Segments/Tracing (#5171)

    Chris Brown authored Sep 17, 2019
    Configuration menu
    Copy the full SHA
    8515b7e View commit details
    Browse the repository at this point in the history
  3. Use alternative histogram generation with geotrellis (#5169)

    Fix histogram generation when creating cog scenes
    Default broken tile cache to disabled
    Clean up CogUtils
    Update changelog
    Better error handling
    Lknechtli authored Sep 17, 2019
    Configuration menu
    Copy the full SHA
    dda8d5a View commit details
    Browse the repository at this point in the history
  4. Remove nodata type coercion (#5173)

    Update changelog
    Lknechtli authored Sep 17, 2019
    Configuration menu
    Copy the full SHA
    149332f View commit details
    Browse the repository at this point in the history
  5. Remove API spec publishing (#5174)

    * Remove API spec publishing
    
    * changelog
    rbreslow authored Sep 17, 2019
    Configuration menu
    Copy the full SHA
    beae2d1 View commit details
    Browse the repository at this point in the history
  6. Fix the datasource id for MODIS aqua (#5175)

    * Fix the datasource id for MODIS aqua
    
    * Update changelog
    jisantuc authored Sep 17, 2019
    Configuration menu
    Copy the full SHA
    fb48fc0 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. Upgrade sup and identify timeouts vs errors (#5179)

    This fixes a problem where the healthcheck failures did not allow for
    distinguising between a timeout and an actual error (like not being
    able to connect to the database).
    
    This switches the cache as well, mostly because we don't use the tile
    cache and I wanted to use one that we use more often at this point --
    though both point to the same memcached instance so it shouldn't
    matter.
    
    The switch to using `attempt` is an _attempt_ at getting better/more
    errors and logging them correctly when an error occurs.
    
    Also, this commit reduces the default connection time (30 seconds)
    which is way too long for us, 2 seconds gets us
    under the healthcheck and lets us at least log that there was a
    connection failure rather than a timeout.
    Chris Brown authored Sep 18, 2019
    Configuration menu
    Copy the full SHA
    cff4527 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. Add MultiTiff image rendering for more datasources (#5178)

    * Add Sentinel-2 multitiff imagery rendering
    
    works only for small sliver s2 scenes
    
    * Move getBandRasterSource to multitiff trait
    
    * Fix Sentinel-2 read type
    
    * wip -- landsat historical
    
    * dummy
    
    * remove commented code
    
    * oops fix sql
    
    * Complete match in histograms
    
    * Remove unused import that metals suggested
    
    * Revert landsat historical upload processing changes
    
    * Update changelog
    
    * Decode urls for gdalrastersource in CogUtils
    
    * Disable multitiff by default since it only works for Landsat 8
    
    * Fix regex
    jisantuc authored Sep 19, 2019
    Configuration menu
    Copy the full SHA
    5e9e740 View commit details
    Browse the repository at this point in the history
  2. 1.30.0

    jisantuc committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    95339bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eafe3f4 View commit details
    Browse the repository at this point in the history
Loading