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

load skope analysis currently broken #172

Closed
alee opened this issue Apr 23, 2022 · 2 comments
Closed

load skope analysis currently broken #172

alee opened this issue Apr 23, 2022 · 2 comments
Labels
bug Something isn't working high priority

Comments

@alee
Copy link
Member

alee commented Apr 23, 2022

a request.json like this:

{
    "dataset_id": "paleocar_v3",
    "variable_id": "ppt_water_year",
    "selected_area": {
        "type": "Feature",
        "properties": {},
        "geometry": {
            "type": "Polygon",
            "coordinates": [
                [
                    [-108.074913, 36.01764],
                    [-108.077316, 36.046787],
                    [-108.039894, 36.046509],
                    [-108.039551, 36.075091],
                    [-108.021011, 36.075187],
                    [-108.021011, 36.089517],
                    [-107.903938, 36.088962],
                    [-107.903595, 36.084621],
                    [-107.894669, 36.084801],
                    [-107.895012, 36.044844],
                    [-107.840767, 36.045122],
                    [-107.840767, 35.978006],
                    [-107.905312, 36.012728],
                    [-107.900505, 36.015974],
                    [-107.967796, 36.016807],
                    [-107.966766, 36.023748],
                    [-107.976379, 36.023696],
                    [-107.976379, 36.031521],
                    [-108.038864, 36.031521],
                    [-108.039207, 36.017084],
                    [-108.074913, 36.01764]
                ]
            ]
        }
    },
    "time_range": {
        "gte": "1033-01-01",
        "lte": "2000-01-01"
    },
    "zonal_statistic": "mean",
    "transform": {
        "type": "ZScoreFixedInterval"
    },
    "requested_series_options": [{
        "name": "Transformed",
        "smoother": {
            "type": "NoSmoother"
        }
    }, {
        "name": "Smoothed",
        "smoother": {
            "type": "MovingAverageSmoother",
            "method": "centered",
            "width": 11
        }
    }],
    "max_processing_time": 8000
}

went to a page with a base temporal range (for paleocar v3, 103-2000)

@alee alee added bug Something isn't working high priority labels Apr 23, 2022
alee added a commit that referenced this issue Apr 23, 2022
legend gets occasionally occluded by the plotly toolbar overlay that
shows up when you hover near the top right

remove dead code in LoadAnalysis in an effort to debug #172 but cannot
reliably reproduce, troublingly

rename request.json to skope-request.json for clarity
@alee alee changed the title time range not deserializing properly on upload skope analysis load skope analysis currently broken Apr 23, 2022
@alee
Copy link
Member Author

alee commented Apr 23, 2022

there's some inconsistency in initialization of components and watched variables that needs to be sorted out

alee added a commit that referenced this issue Apr 24, 2022
start to clarify logic for how load/reload analysis skope-request.json
should work

refs #172
@alee
Copy link
Member Author

alee commented May 7, 2022

is hopefully fixed after 5eb4b19

@alee alee closed this as completed May 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high priority
Projects
None yet
Development

No branches or pull requests

1 participant