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

BiG-CZ: Increase Area of Interest Size #2418

Closed
wants to merge 4 commits into from

Commits on Oct 20, 2017

  1. Adjust BigCZ max area from 1500 -> 8000

    Kelly Innes authored and rajadain committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    45fa581 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2017

  1. Limit WDC query to 5 years for large AoIs

    If the area of interest is larger than 1500 sq km, the
    number of results can be too large to be processed by
    suds within the resources of the App VM. To compensate
    for this, we restrict searches to be within 5 years by
    default in these cases, which is in most cases enough.
    rajadain committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    5f896fe View commit details
    Browse the repository at this point in the history
  2. Lint: Code Cleanup

    rajadain committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    834231b View commit details
    Browse the repository at this point in the history
  3. Don't serialize and cache GetSeriesCatalogForBox2

    For larger areas of interest, this call returns a very large
    number of results, serializing all of which is futile and
    expensive.
    rajadain committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    76e0eca View commit details
    Browse the repository at this point in the history